Html Css Color HEX #09DECB Dark Turquoise

📋 copy color: '#09DECB'

red 9 ◦ green 222 ◦ blue 203

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

Shades of Dark Turquoise #09DECB

Tints of Dark Turquoise #09DECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.15%

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

R = 2.07%
G = 51.15%
B = 46.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#09DECB (or 0x09DECB) is known color: Dark Turquoise. HEX triplet: 09, DE and CB. RGB value is (9,222,203). Sum of RGB (Red+Green+Blue) = 9+222+203=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #09DECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DECB is #F62134. Grayscale: #9C9C9C. Windows color (decimal): -16130357 or 13360649. OLE color: 13360649.

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

Color convert

RGB 9 222 203 -
CMYK 0.96 0 0.09 0.13
HSL 174.65º 0.92% 0.45% -
HSV(B) 174.65º 0.96% 0.87% -
XYZ 37.01 56.61 65.48 -
YUV 156.15 154.43 23.04 -
System Red Green Blue C M Y K H S L
Decimal 9 222 203 0.96 0 0.09 0.13 174.65 0.92 0.45
Hex 9 DE CB 60 0 9 D AF 5C 2D
Octal 11 336 313 140 0 11 15 257 134 55
Binary 1001 11011110 11001011 1100000 0 1001 1101 10101111 1011100 101101

Color Harmonies of #09DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DECB

Black with #09DECB

Text Example


Text Example

White with #09DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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