Shades of Bright Turquoise #09FFDC
Tints of Bright Turquoise #09FFDC
RGB
CMYK
RGB Variations
Color information
#09FFDC (or 0x09FFDC) is known color: Bright Turquoise. HEX triplet: 09, FF and DC. RGB value is (9,255,220). Sum of RGB (Red+Green+Blue) = 9+255+220=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFDC is #F60023. Grayscale: #B1B1B1. Windows color (decimal): -16121892 or 14483209. OLE color: 14483209.
HSL color Cylindrical-coordinate representation of color #09FFDC: hue angle of 171.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFDC is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 220 | - |
| CMYK | 0.96 | 0 | 0.14 | 0 |
| HSL | 171.46º | 1% | 0.52% | - |
| HSV(B) | 171.46º | 0.96% | 1% | - |
| XYZ | 48.79 | 76.75 | 79.95 | - |
| YUV | 177.46 | 152 | 7.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 220 | 0.96 | 0 | 0.14 | 0 | 171.46 | 1 | 0.52 |
| Hex | 9 | FF | DC | 60 | 0 | E | 0 | AB | 64 | 34 |
| Octal | 11 | 377 | 334 | 140 | 0 | 16 | 0 | 253 | 144 | 64 |
| Binary | 1001 | 11111111 | 11011100 | 1100000 | 0 | 1110 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #09FFDC
Complementary color
Monochromatic Colors of #09FFDC
Black with #09FFDC
Text Example
Text Example
White with #09FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFDC; }
p { color: rgb(9,255,220); }
H1.HeaderClassName
{
color: #09FFDC;
}
.AnyTagClassName
{
color: #09FFDC;
}
</style>
background-color css
<style>
a { background-color: #09FFDC; }
a { background-color: rgb(9,255,220); }
div.DivClassName
{
background-color: #09FFDC;
}
.BgClassName
{
background-color: #09FFDC;
}
</style>
border-color css
<style>
span { border-color: #09FFDC; }
span { border-color: rgb(9,255,220); }
td.TdClassName
{
border-color: #09FFDC;
}
.TagClassName
{
border-color: #09FFDC;
}
</style>