Html Css Color HEX #09CFD9 Dark Turquoise

📋 copy color: '#09CFD9'

red 9 ◦ green 207 ◦ blue 217

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

Shades of Dark Turquoise #09CFD9

Tints of Dark Turquoise #09CFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.12%

R = 2.08%
G = 47.81%
B = 50.12%

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

#09CFD9 (or 0x09CFD9) is known color: Dark Turquoise. HEX triplet: 09, CF and D9. RGB value is (9,207,217). Sum of RGB (Red+Green+Blue) = 9+207+217=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #09CFD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFD9 is #F63026. Grayscale: #949494. Windows color (decimal): -16134183 or 14274313. OLE color: 14274313.

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

Color convert

RGB 9 207 217 -
CMYK 0.96 0.05 0 0.15
HSL 182.88º 0.92% 0.44% -
HSV(B) 182.88º 0.96% 0.85% -
XYZ 34.95 49.69 73.4 -
YUV 148.94 166.4 28.19 -
System Red Green Blue C M Y K H S L
Decimal 9 207 217 0.96 0.05 0 0.15 182.88 0.92 0.44
Hex 9 CF D9 60 5 0 F B7 5C 2C
Octal 11 317 331 140 5 0 17 267 134 54
Binary 1001 11001111 11011001 1100000 101 0 1111 10110111 1011100 101100

Color Harmonies of #09CFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CFD9

Black with #09CFD9

Text Example


Text Example

White with #09CFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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