Html Css Color HEX #09D9D6 Dark Turquoise

📋 copy color: '#09D9D6'

red 9 ◦ green 217 ◦ blue 214

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

Shades of Dark Turquoise #09D9D6

Tints of Dark Turquoise #09D9D6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 214 (83.98% from 255) = 48.64%

R = 2.05%
G = 49.32%
B = 48.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#09D9D6 (or 0x09D9D6) is known color: Dark Turquoise. HEX triplet: 09, D9 and D6. RGB value is (9,217,214). Sum of RGB (Red+Green+Blue) = 9+217+214=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #09D9D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D9D6 is #F62629. Grayscale: #9A9A9A. Windows color (decimal): -16131626 or 14080265. OLE color: 14080265.

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

Color convert

RGB 9 217 214 -
CMYK 0.96 0 0.01 0.15
HSL 179.13º 0.92% 0.44% -
HSV(B) 179.13º 0.96% 0.85% -
XYZ 37.06 54.54 72.19 -
YUV 154.47 161.59 24.24 -
System Red Green Blue C M Y K H S L
Decimal 9 217 214 0.96 0 0.01 0.15 179.13 0.92 0.44
Hex 9 D9 D6 60 0 1 F B3 5C 2C
Octal 11 331 326 140 0 1 17 263 134 54
Binary 1001 11011001 11010110 1100000 0 1 1111 10110011 1011100 101100

Color Harmonies of #09D9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D9D6

Black with #09D9D6

Text Example


Text Example

White with #09D9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,217,214); }

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

background-color css

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

 a { background-color: rgb(9,217,214); }

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

border-color css

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

 span { border-color: rgb(9,217,214); }

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