Html Css Color HEX #09DCCD Dark Turquoise

📋 copy color: '#09DCCD'

red 9 ◦ green 220 ◦ blue 205

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

Shades of Dark Turquoise #09DCCD

Tints of Dark Turquoise #09DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 2.07%
G = 50.69%
B = 47.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#09DCCD (or 0x09DCCD) is known color: Dark Turquoise. HEX triplet: 09, DC and CD. RGB value is (9,220,205). Sum of RGB (Red+Green+Blue) = 9+220+205=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCCD is #F62332. Grayscale: #9B9B9B. Windows color (decimal): -16130867 or 13491209. OLE color: 13491209.

HSL color Cylindrical-coordinate representation of color #09DCCD: hue angle of 175.73º 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 #09DCCD is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 220 205 -
CMYK 0.96 0 0.07 0.14
HSL 175.73º 0.92% 0.45% -
HSV(B) 175.73º 0.96% 0.86% -
XYZ 36.73 55.65 66.56 -
YUV 155.2 156.1 23.72 -
System Red Green Blue C M Y K H S L
Decimal 9 220 205 0.96 0 0.07 0.14 175.73 0.92 0.45
Hex 9 DC CD 60 0 7 E B0 5C 2D
Octal 11 334 315 140 0 7 16 260 134 55
Binary 1001 11011100 11001101 1100000 0 111 1110 10110000 1011100 101101

Color Harmonies of #09DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCCD

Black with #09DCCD

Text Example


Text Example

White with #09DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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