Shades of Bright Turquoise #09FFD0
Tints of Bright Turquoise #09FFD0
RGB
CMYK
RGB Variations
Color information
#09FFD0 (or 0x09FFD0) is known color: Bright Turquoise. HEX triplet: 09, FF and D0. RGB value is (9,255,208). Sum of RGB (Red+Green+Blue) = 9+255+208=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFD0 is #F6002F. Grayscale: #B0B0B0. Windows color (decimal): -16121904 or 13696777. OLE color: 13696777.
HSL color Cylindrical-coordinate representation of color #09FFD0: hue angle of 168.54º 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 #09FFD0 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 208 | - |
| CMYK | 0.96 | 0 | 0.18 | 0 |
| HSL | 168.54º | 1% | 0.52% | - |
| HSV(B) | 168.54º | 0.96% | 1% | - |
| XYZ | 47.26 | 76.13 | 71.88 | - |
| YUV | 176.09 | 146 | 8.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 208 | 0.96 | 0 | 0.18 | 0 | 168.54 | 1 | 0.52 |
| Hex | 9 | FF | D0 | 60 | 0 | 12 | 0 | A9 | 64 | 34 |
| Octal | 11 | 377 | 320 | 140 | 0 | 22 | 0 | 251 | 144 | 64 |
| Binary | 1001 | 11111111 | 11010000 | 1100000 | 0 | 10010 | 0 | 10101001 | 1100100 | 110100 |
Color Harmonies of #09FFD0
Complementary color
Monochromatic Colors of #09FFD0
Black with #09FFD0
Text Example
Text Example
White with #09FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFD0; }
p { color: rgb(9,255,208); }
H1.HeaderClassName
{
color: #09FFD0;
}
.AnyTagClassName
{
color: #09FFD0;
}
</style>
background-color css
<style>
a { background-color: #09FFD0; }
a { background-color: rgb(9,255,208); }
div.DivClassName
{
background-color: #09FFD0;
}
.BgClassName
{
background-color: #09FFD0;
}
</style>
border-color css
<style>
span { border-color: #09FFD0; }
span { border-color: rgb(9,255,208); }
td.TdClassName
{
border-color: #09FFD0;
}
.TagClassName
{
border-color: #09FFD0;
}
</style>