Shades of Bright Turquoise #09F6DB
Tints of Bright Turquoise #09F6DB
RGB
CMYK
RGB Variations
Color information
#09F6DB (or 0x09F6DB) is known color: Bright Turquoise. HEX triplet: 09, F6 and DB. RGB value is (9,246,219). Sum of RGB (Red+Green+Blue) = 9+246+219=474 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #09F6DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F6DB is #F60924. Grayscale: #ABABAB. Windows color (decimal): -16124197 or 14415369. OLE color: 14415369.
HSL color Cylindrical-coordinate representation of color #09F6DB: hue angle of 173.16º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F6DB is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 246 | 219 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.04 |
| HSL | 173.16º | 0.93% | 0.5% | - |
| HSV(B) | 173.16º | 0.96% | 0.96% | - |
| XYZ | 45.85 | 71.08 | 78.32 | - |
| YUV | 172.06 | 154.48 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 246 | 219 | 0.96 | 0 | 0.11 | 0.04 | 173.16 | 0.93 | 0.5 |
| Hex | 9 | F6 | DB | 60 | 0 | B | 4 | AD | 5D | 32 |
| Octal | 11 | 366 | 333 | 140 | 0 | 13 | 4 | 255 | 135 | 62 |
| Binary | 1001 | 11110110 | 11011011 | 1100000 | 0 | 1011 | 100 | 10101101 | 1011101 | 110010 |
Color Harmonies of #09F6DB
Complementary color
Monochromatic Colors of #09F6DB
Black with #09F6DB
Text Example
Text Example
White with #09F6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F6DB; }
p { color: rgb(9,246,219); }
H1.HeaderClassName
{
color: #09F6DB;
}
.AnyTagClassName
{
color: #09F6DB;
}
</style>
background-color css
<style>
a { background-color: #09F6DB; }
a { background-color: rgb(9,246,219); }
div.DivClassName
{
background-color: #09F6DB;
}
.BgClassName
{
background-color: #09F6DB;
}
</style>
border-color css
<style>
span { border-color: #09F6DB; }
span { border-color: rgb(9,246,219); }
td.TdClassName
{
border-color: #09F6DB;
}
.TagClassName
{
border-color: #09F6DB;
}
</style>