Html Css Color HEX #09CFCF Dark Turquoise

📋 copy color: '#09CFCF'

red 9 ◦ green 207 ◦ blue 207

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

Shades of Dark Turquoise #09CFCF

Tints of Dark Turquoise #09CFCF

RGB

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

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

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

R = 2.13%
G = 48.94%
B = 48.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09CFCF (or 0x09CFCF) is known color: Dark Turquoise. HEX triplet: 09, CF and CF. RGB value is (9,207,207). Sum of RGB (Red+Green+Blue) = 9+207+207=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #09CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFCF is #F63030. Grayscale: #939393. Windows color (decimal): -16134193 or 13618953. OLE color: 13618953.

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

Color convert

RGB 9 207 207 -
CMYK 0.96 0 0 0.19
HSL 180º 0.92% 0.42% -
HSV(B) 180º 0.96% 0.81% -
XYZ 33.69 49.19 66.75 -
YUV 147.8 161.4 29 -
System Red Green Blue C M Y K H S L
Decimal 9 207 207 0.96 0 0 0.19 180 0.92 0.42
Hex 9 CF CF 60 0 0 13 B4 5C 2A
Octal 11 317 317 140 0 0 23 264 134 52
Binary 1001 11001111 11001111 1100000 0 0 10011 10110100 1011100 101010

Color Harmonies of #09CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CFCF

Black with #09CFCF

Text Example


Text Example

White with #09CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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