#06CAE3

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

Shades of Dark Turquoise #06CAE3

Tints of Dark Turquoise #06CAE3

Color information

#06CAE3 (or 0x06CAE3) is unknown color: approx Dark Turquoise. HEX triplet: 06, CA and E3. RGB value is (6,202,227). Sum of RGB (Red+Green+Blue) = 6+202+227=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #06CAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CAE3 is #F9351C. Grayscale: #919191. Windows color (decimal): -16332061 or 14928390. OLE color: 14928390.

HSL color Cylindrical-coordinate representation of color #06CAE3: hue angle of 186.79º degrees, saturation: 0.95, 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 #06CAE3 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6202227-
CMYK0.970.1100.11
HSL186.79º94.85%45.69%-
HSV(B)186.79º97.36%89.02%-
XYZ35.0647.8380.06-
YUV146.25173.5727.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.38%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 227 (89.06% from 255) = 52.18%
R=1.38%
G=46.44%
B=52.18%

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
Decimal62022270.970.1100.11186.7994.8545.69
Hex6CAE361B0Bbb5f2e
Octal63123431411301327313756
Binary11011001010111000111100001101101011101110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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