Html Css Color HEX #09CFCE Dark Turquoise

📋 copy color: '#09CFCE'

red 9 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #09CFCE

Tints of Dark Turquoise #09CFCE

RGB

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

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

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

R = 2.13%
G = 49.05%
B = 48.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#09CFCE (or 0x09CFCE) is known color: Dark Turquoise. HEX triplet: 09, CF and CE. RGB value is (9,207,206). Sum of RGB (Red+Green+Blue) = 9+207+206=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFCE is #F63031. Grayscale: #939393. Windows color (decimal): -16134194 or 13553417. OLE color: 13553417.

HSL color Cylindrical-coordinate representation of color #09CFCE: hue angle of 179.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFCE is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 207 206 -
CMYK 0.96 0 0.00 0.19
HSL 179.7º 0.92% 0.42% -
HSV(B) 179.7º 0.96% 0.81% -
XYZ 33.57 49.14 66.11 -
YUV 147.68 160.9 29.08 -
System Red Green Blue C M Y K H S L
Decimal 9 207 206 0.96 0 0.00 0.19 179.7 0.92 0.42
Hex 9 CF CE 60 0 0 13 B4 5C 2A
Octal 11 317 316 140 0 0 23 264 134 52
Binary 1001 11001111 11001110 1100000 0 0 10011 10110100 1011100 101010

Color Harmonies of #09CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CFCE

Black with #09CFCE

Text Example


Text Example

White with #09CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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