Html Css Color HEX #09DCD0 Dark Turquoise

📋 copy color: '#09DCD0'

red 9 ◦ green 220 ◦ blue 208

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

Shades of Dark Turquoise #09DCD0

Tints of Dark Turquoise #09DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 2.06%
G = 50.34%
B = 47.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#09DCD0 (or 0x09DCD0) is known color: Dark Turquoise. HEX triplet: 09, DC and D0. RGB value is (9,220,208). Sum of RGB (Red+Green+Blue) = 9+220+208=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCD0 is #F6232F. Grayscale: #9B9B9B. Windows color (decimal): -16130864 or 13687817. OLE color: 13687817.

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

Color convert

RGB 9 220 208 -
CMYK 0.96 0 0.05 0.14
HSL 176.59º 0.92% 0.45% -
HSV(B) 176.59º 0.96% 0.86% -
XYZ 37.09 55.8 68.49 -
YUV 155.54 157.6 23.48 -
System Red Green Blue C M Y K H S L
Decimal 9 220 208 0.96 0 0.05 0.14 176.59 0.92 0.45
Hex 9 DC D0 60 0 5 E B1 5C 2D
Octal 11 334 320 140 0 5 16 261 134 55
Binary 1001 11011100 11010000 1100000 0 101 1110 10110001 1011100 101101

Color Harmonies of #09DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCD0

Black with #09DCD0

Text Example


Text Example

White with #09DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,208); }

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

background-color css

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

 a { background-color: rgb(9,220,208); }

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

border-color css

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

 span { border-color: rgb(9,220,208); }

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