#7be0e0

Color #7BE0E0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7BE0E0

Tints of Turquoise Blue #7BE0E0

Color information

#7BE0E0 (or 0x7BE0E0) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E0 and E0. RGB value is (123,224,224). Sum of RGB (Red+Green+Blue) = 123+224+224=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #7BE0E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0E0 is #841F1F. Grayscale: #C1C1C1. Windows color (decimal): -8658720 or 14737531. OLE color: 14737531.

HSL color Cylindrical-coordinate representation of color #7BE0E0: hue angle of 180º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE0E0 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB123224224-
CMYK0.45000.12
HSL180º61.96%68.04%-
HSV(B)180º45.09%87.84%-
XYZ48.2862.980.12-
YUV193.8145.0477.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 21.54%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=21.54%
G=39.23%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232242240.45000.1218061.9668.04
Hex7BE0E02D00Cb43e44
Octal17334034055001426476104
Binary11110111110000011100000101101001100101101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7be0e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7be0e0; }

 p { color: rgb(123,224,224); }

 H1.HeaderClassName
 {
   color: #7be0e0;
 }
 .AnyTagClassName
 {
   color: #7be0e0;
 }
</style>
background-color css

<style>
 a { background-color: #7be0e0; }

 a { background-color: rgb(123,224,224); }

 div.DivClassName
 {
   background-color: #7be0e0;
 }
 .BgClassName
 {
   background-color: #7be0e0;
 }
</style>
border-color css

<style>
 span { border-color: #7be0e0; }

 span { border-color: rgb(123,224,224); }

 td.TdClassName
 {
   border-color: #7be0e0;
 }
 .TagClassName
 {
   border-color: #7be0e0;
 }
</style>