Html Css Color HEX #09DCCF Dark Turquoise

📋 copy color: '#09DCCF'

red 9 ◦ green 220 ◦ blue 207

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

Shades of Dark Turquoise #09DCCF

Tints of Dark Turquoise #09DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 2.06%
G = 50.46%
B = 47.48%

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

#09DCCF (or 0x09DCCF) is known color: Dark Turquoise. HEX triplet: 09, DC and CF. RGB value is (9,220,207). Sum of RGB (Red+Green+Blue) = 9+220+207=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCCF is #F62330. Grayscale: #9B9B9B. Windows color (decimal): -16130865 or 13622281. OLE color: 13622281.

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

Color convert

RGB 9 220 207 -
CMYK 0.96 0 0.06 0.14
HSL 176.3º 0.92% 0.45% -
HSV(B) 176.3º 0.96% 0.86% -
XYZ 36.97 55.75 67.84 -
YUV 155.43 157.1 23.56 -
System Red Green Blue C M Y K H S L
Decimal 9 220 207 0.96 0 0.06 0.14 176.3 0.92 0.45
Hex 9 DC CF 60 0 6 E B0 5C 2D
Octal 11 334 317 140 0 6 16 260 134 55
Binary 1001 11011100 11001111 1100000 0 110 1110 10110000 1011100 101101

Color Harmonies of #09DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCCF

Black with #09DCCF

Text Example


Text Example

White with #09DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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