Html Css Color HEX #09DDCB Dark Turquoise

📋 copy color: '#09DDCB'

red 9 ◦ green 221 ◦ blue 203

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

Shades of Dark Turquoise #09DDCB

Tints of Dark Turquoise #09DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 2.08%
G = 51.04%
B = 46.88%

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

#09DDCB (or 0x09DDCB) is known color: Dark Turquoise. HEX triplet: 09, DD and CB. RGB value is (9,221,203). Sum of RGB (Red+Green+Blue) = 9+221+203=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #09DDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DDCB is #F62234. Grayscale: #9B9B9B. Windows color (decimal): -16130613 or 13360393. OLE color: 13360393.

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

Color convert

RGB 9 221 203 -
CMYK 0.96 0 0.08 0.13
HSL 174.91º 0.92% 0.45% -
HSV(B) 174.91º 0.96% 0.87% -
XYZ 36.75 56.08 65.39 -
YUV 155.56 154.76 23.46 -
System Red Green Blue C M Y K H S L
Decimal 9 221 203 0.96 0 0.08 0.13 174.91 0.92 0.45
Hex 9 DD CB 60 0 8 D AF 5C 2D
Octal 11 335 313 140 0 10 15 257 134 55
Binary 1001 11011101 11001011 1100000 0 1000 1101 10101111 1011100 101101

Color Harmonies of #09DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DDCB

Black with #09DDCB

Text Example


Text Example

White with #09DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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