Html Css Color HEX #09C8DC Dark Turquoise

📋 copy color: '#09C8DC'

red 9 ◦ green 200 ◦ blue 220

#09C8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #09C8DC

Tints of Dark Turquoise #09C8DC

RGB

 RED value IS 9 (3.91% from 255) = 2.1%

 GREEN value IS 200 (78.52% from 255) = 46.62%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 2.1%
G = 46.62%
B = 51.28%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09C8DC (or 0x09C8DC) is known color: Dark Turquoise. HEX triplet: 09, C8 and DC. RGB value is (9,200,220). Sum of RGB (Red+Green+Blue) = 9+200+220=429 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #09C8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C8DC is #F63723. Grayscale: #909090. Windows color (decimal): -16135972 or 14469129. OLE color: 14469129.

HSL color Cylindrical-coordinate representation of color #09C8DC: hue angle of 185.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C8DC is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 200 220 -
CMYK 0.96 0.09 0 0.14
HSL 185.69º 0.92% 0.45% -
HSV(B) 185.69º 0.96% 0.86% -
XYZ 33.69 46.53 74.92 -
YUV 145.17 170.22 30.87 -
System Red Green Blue C M Y K H S L
Decimal 9 200 220 0.96 0.09 0 0.14 185.69 0.92 0.45
Hex 9 C8 DC 60 9 0 E BA 5C 2D
Octal 11 310 334 140 11 0 16 272 134 55
Binary 1001 11001000 11011100 1100000 1001 0 1110 10111010 1011100 101101

Color Harmonies of #09C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C8DC

Black with #09C8DC

Text Example


Text Example

White with #09C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,200,220); }

 H1.HeaderClassName
 {
   color: #09C8DC;
 }
 .AnyTagClassName
 {
   color: #09C8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(9,200,220); }

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

border-color css

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

 span { border-color: rgb(9,200,220); }

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