#07CAE2

Color #07CAE2 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #07CAE2

Tints of Dark Turquoise #07CAE2

Color information

#07CAE2 (or 0x07CAE2) is unknown color: approx Dark Turquoise. HEX triplet: 07, CA and E2. RGB value is (7,202,226). Sum of RGB (Red+Green+Blue) = 7+202+226=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 226 (88.67% from 255 or 51.95% from 435); Max value from RGB is 226 - color contains mainly: blue. Hex color #07CAE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CAE2 is #F8351D. Grayscale: #929292. Windows color (decimal): -16266526 or 14862855. OLE color: 14862855.

HSL color Cylindrical-coordinate representation of color #07CAE2: hue angle of 186.58º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAE2 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7202226-
CMYK0.970.1100.11
HSL186.58º93.99%45.69%-
HSV(B)186.58º96.9%88.63%-
XYZ34.9447.7879.33-
YUV146.43172.928.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.61%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 226 (88.67% from 255) = 51.95%
R=1.61%
G=46.44%
B=51.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72022260.970.1100.11186.5893.9945.69
Hex7CAE261B0Bbb5e2e
Octal73123421411301327313656
Binary11111001010111000101100001101101011101110111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CAE2; }

 p { color: rgb(7,202,226); }

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

<style>
 a { background-color: #07CAE2; }

 a { background-color: rgb(7,202,226); }

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

<style>
 span { border-color: #07CAE2; }

 span { border-color: rgb(7,202,226); }

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