#09C6E4

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

Shades of Dark Turquoise #09C6E4

Tints of Dark Turquoise #09C6E4

Color information

#09C6E4 (or 0x09C6E4) is unknown color: approx Dark Turquoise. HEX triplet: 09, C6 and E4. RGB value is (9,198,228). Sum of RGB (Red+Green+Blue) = 9+198+228=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #09C6E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C6E4 is #F6391B. Grayscale: #909090. Windows color (decimal): -16136476 or 14992905. OLE color: 14992905.

HSL color Cylindrical-coordinate representation of color #09C6E4: hue angle of 188.22º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C6E4 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9198228-
CMYK0.960.1300.11
HSL188.22º92.41%46.47%-
HSV(B)188.22º96.05%89.41%-
XYZ34.3146.0580.48-
YUV144.91174.8831.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.07%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 228 (89.45% from 255) = 52.41%
R=2.07%
G=45.52%
B=52.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91982280.960.1300.11188.2292.4146.47
Hex9C6E460D0Bbc5c2e
Octal113063441401501327413456
Binary100111000110111001001100000110101011101111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09C6E4; }

 p { color: rgb(9,198,228); }

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

<style>
 a { background-color: #09C6E4; }

 a { background-color: rgb(9,198,228); }

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

<style>
 span { border-color: #09C6E4; }

 span { border-color: rgb(9,198,228); }

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