#07CAE7

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

Shades of Dark Turquoise #07CAE7

Tints of Dark Turquoise #07CAE7

Color information

#07CAE7 (or 0x07CAE7) is unknown color: approx Dark Turquoise. HEX triplet: 07, CA and E7. RGB value is (7,202,231). Sum of RGB (Red+Green+Blue) = 7+202+231=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #07CAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CAE7 is #F83518. Grayscale: #929292. Windows color (decimal): -16266521 or 15190535. OLE color: 15190535.

HSL color Cylindrical-coordinate representation of color #07CAE7: hue angle of 187.77º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAE7 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7202231-
CMYK0.970.1300.09
HSL187.77º94.12%46.67%-
HSV(B)187.77º96.97%90.59%-
XYZ35.6348.0683-
YUV147175.428.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.59%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 231 (90.62% from 255) = 52.5%
R=1.59%
G=45.91%
B=52.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal72022310.970.1300.09187.7794.1246.67
Hex7CAE761D09bc5e2f
Octal73123471411501127413657
Binary11111001010111001111100001110101001101111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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