Shades of Bright Turquoise #09FFDF
Tints of Bright Turquoise #09FFDF
RGB
CMYK
RGB Variations
Color information
#09FFDF (or 0x09FFDF) is known color: Bright Turquoise. HEX triplet: 09, FF and DF. RGB value is (9,255,223). Sum of RGB (Red+Green+Blue) = 9+255+223=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFDF is #F60020. Grayscale: #B1B1B1. Windows color (decimal): -16121889 or 14679817. OLE color: 14679817.
HSL color Cylindrical-coordinate representation of color #09FFDF: hue angle of 172.2º 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 #09FFDF is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 223 | - |
| CMYK | 0.96 | 0 | 0.13 | 0 |
| HSL | 172.2º | 1% | 0.52% | - |
| HSV(B) | 172.2º | 0.96% | 1% | - |
| XYZ | 49.19 | 76.91 | 82.06 | - |
| YUV | 177.8 | 153.5 | 7.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 223 | 0.96 | 0 | 0.13 | 0 | 172.2 | 1 | 0.52 |
| Hex | 9 | FF | DF | 60 | 0 | D | 0 | AC | 64 | 34 |
| Octal | 11 | 377 | 337 | 140 | 0 | 15 | 0 | 254 | 144 | 64 |
| Binary | 1001 | 11111111 | 11011111 | 1100000 | 0 | 1101 | 0 | 10101100 | 1100100 | 110100 |
Color Harmonies of #09FFDF
Complementary color
Monochromatic Colors of #09FFDF
Black with #09FFDF
Text Example
Text Example
White with #09FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFDF; }
p { color: rgb(9,255,223); }
H1.HeaderClassName
{
color: #09FFDF;
}
.AnyTagClassName
{
color: #09FFDF;
}
</style>
background-color css
<style>
a { background-color: #09FFDF; }
a { background-color: rgb(9,255,223); }
div.DivClassName
{
background-color: #09FFDF;
}
.BgClassName
{
background-color: #09FFDF;
}
</style>
border-color css
<style>
span { border-color: #09FFDF; }
span { border-color: rgb(9,255,223); }
td.TdClassName
{
border-color: #09FFDF;
}
.TagClassName
{
border-color: #09FFDF;
}
</style>