Html Css Color HEX #09D6D8 Dark Turquoise

📋 copy color: '#09D6D8'

red 9 ◦ green 214 ◦ blue 216

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

Shades of Dark Turquoise #09D6D8

Tints of Dark Turquoise #09D6D8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.75%

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 2.05%
G = 48.75%
B = 49.2%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#09D6D8 (or 0x09D6D8) is known color: Dark Turquoise. HEX triplet: 09, D6 and D8. RGB value is (9,214,216). Sum of RGB (Red+Green+Blue) = 9+214+216=439 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #09D6D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D6D8 is #F62927. Grayscale: #989898. Windows color (decimal): -16132392 or 14210569. OLE color: 14210569.

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

Color convert

RGB 9 214 216 -
CMYK 0.96 0.01 0 0.15
HSL 180.58º 0.92% 0.44% -
HSV(B) 180.58º 0.96% 0.85% -
XYZ 36.55 53.11 73.29 -
YUV 152.93 163.58 25.34 -
System Red Green Blue C M Y K H S L
Decimal 9 214 216 0.96 0.01 0 0.15 180.58 0.92 0.44
Hex 9 D6 D8 60 1 0 F B5 5C 2C
Octal 11 326 330 140 1 0 17 265 134 54
Binary 1001 11010110 11011000 1100000 1 0 1111 10110101 1011100 101100

Color Harmonies of #09D6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D6D8

Black with #09D6D8

Text Example


Text Example

White with #09D6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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