Html Css Color HEX #09DCCE Dark Turquoise

📋 copy color: '#09DCCE'

red 9 ◦ green 220 ◦ blue 206

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

Shades of Dark Turquoise #09DCCE

Tints of Dark Turquoise #09DCCE

RGB

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

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

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

R = 2.07%
G = 50.57%
B = 47.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#09DCCE (or 0x09DCCE) is known color: Dark Turquoise. HEX triplet: 09, DC and CE. RGB value is (9,220,206). Sum of RGB (Red+Green+Blue) = 9+220+206=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCCE is #F62331. Grayscale: #9B9B9B. Windows color (decimal): -16130866 or 13556745. OLE color: 13556745.

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

Color convert

RGB 9 220 206 -
CMYK 0.96 0 0.06 0.14
HSL 176.02º 0.92% 0.45% -
HSV(B) 176.02º 0.96% 0.86% -
XYZ 36.85 55.7 67.2 -
YUV 155.32 156.6 23.64 -
System Red Green Blue C M Y K H S L
Decimal 9 220 206 0.96 0 0.06 0.14 176.02 0.92 0.45
Hex 9 DC CE 60 0 6 E B0 5C 2D
Octal 11 334 316 140 0 6 16 260 134 55
Binary 1001 11011100 11001110 1100000 0 110 1110 10110000 1011100 101101

Color Harmonies of #09DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCCE

Black with #09DCCE

Text Example


Text Example

White with #09DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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