#06CAE7

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

Shades of Dark Turquoise #06CAE7

Tints of Dark Turquoise #06CAE7

Color information

#06CAE7 (or 0x06CAE7) is unknown color: approx Dark Turquoise. HEX triplet: 06, CA and E7. RGB value is (6,202,231). Sum of RGB (Red+Green+Blue) = 6+202+231=439 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #06CAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CAE7 is #F93518. Grayscale: #929292. Windows color (decimal): -16332057 or 15190534. OLE color: 15190534.

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

Color convert

RGB6202231-
CMYK0.970.1300.09
HSL187.73º94.94%46.47%-
HSV(B)187.73º97.4%90.59%-
XYZ35.6248.0583-
YUV146.7175.5727.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.37%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 231 (90.62% from 255) = 52.62%
R=1.37%
G=46.01%
B=52.62%

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
Decimal62022310.970.1300.09187.7394.9446.47
Hex6CAE761D09bc5f2e
Octal63123471411501127413756
Binary11011001010111001111100001110101001101111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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