Shades of Bright Turquoise #09FFDB
Tints of Bright Turquoise #09FFDB
RGB
CMYK
RGB Variations
Color information
#09FFDB (or 0x09FFDB) is known color: Bright Turquoise. HEX triplet: 09, FF and DB. RGB value is (9,255,219). Sum of RGB (Red+Green+Blue) = 9+255+219=483 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFDB is #F60024. Grayscale: #B1B1B1. Windows color (decimal): -16121893 or 14417673. OLE color: 14417673.
HSL color Cylindrical-coordinate representation of color #09FFDB: hue angle of 171.22º 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 #09FFDB is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 219 | - |
| CMYK | 0.96 | 0 | 0.14 | 0 |
| HSL | 171.22º | 1% | 0.52% | - |
| HSV(B) | 171.22º | 0.96% | 1% | - |
| XYZ | 48.66 | 76.69 | 79.26 | - |
| YUV | 177.34 | 151.5 | 7.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 219 | 0.96 | 0 | 0.14 | 0 | 171.22 | 1 | 0.52 |
| Hex | 9 | FF | DB | 60 | 0 | E | 0 | AB | 64 | 34 |
| Octal | 11 | 377 | 333 | 140 | 0 | 16 | 0 | 253 | 144 | 64 |
| Binary | 1001 | 11111111 | 11011011 | 1100000 | 0 | 1110 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #09FFDB
Complementary color
Monochromatic Colors of #09FFDB
Black with #09FFDB
Text Example
Text Example
White with #09FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFDB; }
p { color: rgb(9,255,219); }
H1.HeaderClassName
{
color: #09FFDB;
}
.AnyTagClassName
{
color: #09FFDB;
}
</style>
background-color css
<style>
a { background-color: #09FFDB; }
a { background-color: rgb(9,255,219); }
div.DivClassName
{
background-color: #09FFDB;
}
.BgClassName
{
background-color: #09FFDB;
}
</style>
border-color css
<style>
span { border-color: #09FFDB; }
span { border-color: rgb(9,255,219); }
td.TdClassName
{
border-color: #09FFDB;
}
.TagClassName
{
border-color: #09FFDB;
}
</style>