Html Css Color HEX #09DDCC Dark Turquoise

📋 copy color: '#09DDCC'

red 9 ◦ green 221 ◦ blue 204

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

Shades of Dark Turquoise #09DDCC

Tints of Dark Turquoise #09DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 2.07%
G = 50.92%
B = 47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#09DDCC (or 0x09DDCC) is known color: Dark Turquoise. HEX triplet: 09, DD and CC. RGB value is (9,221,204). Sum of RGB (Red+Green+Blue) = 9+221+204=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #09DDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DDCC is #F62233. Grayscale: #9B9B9B. Windows color (decimal): -16130612 or 13425929. OLE color: 13425929.

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

Color convert

RGB 9 221 204 -
CMYK 0.96 0 0.08 0.13
HSL 175.19º 0.92% 0.45% -
HSV(B) 175.19º 0.96% 0.87% -
XYZ 36.87 56.13 66.02 -
YUV 155.67 155.26 23.38 -
System Red Green Blue C M Y K H S L
Decimal 9 221 204 0.96 0 0.08 0.13 175.19 0.92 0.45
Hex 9 DD CC 60 0 8 D AF 5C 2D
Octal 11 335 314 140 0 10 15 257 134 55
Binary 1001 11011101 11001100 1100000 0 1000 1101 10101111 1011100 101101

Color Harmonies of #09DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DDCC

Black with #09DDCC

Text Example


Text Example

White with #09DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,221,204); }

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

background-color css

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

 a { background-color: rgb(9,221,204); }

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

border-color css

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

 span { border-color: rgb(9,221,204); }

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