Html Css Color HEX #09CFDA Dark Turquoise

📋 copy color: '#09CFDA'

red 9 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #09CFDA

Tints of Dark Turquoise #09CFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 2.07%
G = 47.7%
B = 50.23%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#09CFDA (or 0x09CFDA) is known color: Dark Turquoise. HEX triplet: 09, CF and DA. RGB value is (9,207,218). Sum of RGB (Red+Green+Blue) = 9+207+218=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #09CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFDA is #F63025. Grayscale: #949494. Windows color (decimal): -16134182 or 14339849. OLE color: 14339849.

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

Color convert

RGB 9 207 218 -
CMYK 0.96 0.05 0 0.15
HSL 183.16º 0.92% 0.45% -
HSV(B) 183.16º 0.96% 0.85% -
XYZ 35.08 49.75 74.08 -
YUV 149.05 166.9 28.11 -
System Red Green Blue C M Y K H S L
Decimal 9 207 218 0.96 0.05 0 0.15 183.16 0.92 0.45
Hex 9 CF DA 60 5 0 F B7 5C 2D
Octal 11 317 332 140 5 0 17 267 134 55
Binary 1001 11001111 11011010 1100000 101 0 1111 10110111 1011100 101101

Color Harmonies of #09CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CFDA

Black with #09CFDA

Text Example


Text Example

White with #09CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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