Html Css Color HEX #09DACE Dark Turquoise

📋 copy color: '#09DACE'

red 9 ◦ green 218 ◦ blue 206

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

Shades of Dark Turquoise #09DACE

Tints of Dark Turquoise #09DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.35%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 2.08%
G = 50.35%
B = 47.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#09DACE (or 0x09DACE) is known color: Dark Turquoise. HEX triplet: 09, DA and CE. RGB value is (9,218,206). Sum of RGB (Red+Green+Blue) = 9+218+206=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #09DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DACE is #F62531. Grayscale: #999999. Windows color (decimal): -16131378 or 13556233. OLE color: 13556233.

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

Color convert

RGB 9 218 206 -
CMYK 0.96 0 0.06 0.15
HSL 176.56º 0.92% 0.45% -
HSV(B) 176.56º 0.96% 0.85% -
XYZ 36.32 54.66 67.03 -
YUV 154.14 157.26 24.48 -
System Red Green Blue C M Y K H S L
Decimal 9 218 206 0.96 0 0.06 0.15 176.56 0.92 0.45
Hex 9 DA CE 60 0 6 F B1 5C 2D
Octal 11 332 316 140 0 6 17 261 134 55
Binary 1001 11011010 11001110 1100000 0 110 1111 10110001 1011100 101101

Color Harmonies of #09DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DACE

Black with #09DACE

Text Example


Text Example

White with #09DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,218,206); }

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

background-color css

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

 a { background-color: rgb(9,218,206); }

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

border-color css

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

 span { border-color: rgb(9,218,206); }

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