Shades of Bright Turquoise #09FFD7
Tints of Bright Turquoise #09FFD7
RGB
CMYK
RGB Variations
Color information
#09FFD7 (or 0x09FFD7) is known color: Bright Turquoise. HEX triplet: 09, FF and D7. RGB value is (9,255,215). Sum of RGB (Red+Green+Blue) = 9+255+215=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFD7 is #F60028. Grayscale: #B0B0B0. Windows color (decimal): -16121897 or 14155529. OLE color: 14155529.
HSL color Cylindrical-coordinate representation of color #09FFD7: hue angle of 170.24º 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 #09FFD7 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 215 | - |
| CMYK | 0.96 | 0 | 0.16 | 0 |
| HSL | 170.24º | 1% | 0.52% | - |
| HSV(B) | 170.24º | 0.96% | 1% | - |
| XYZ | 48.14 | 76.48 | 76.52 | - |
| YUV | 176.89 | 149.5 | 8.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 215 | 0.96 | 0 | 0.16 | 0 | 170.24 | 1 | 0.52 |
| Hex | 9 | FF | D7 | 60 | 0 | 10 | 0 | AA | 64 | 34 |
| Octal | 11 | 377 | 327 | 140 | 0 | 20 | 0 | 252 | 144 | 64 |
| Binary | 1001 | 11111111 | 11010111 | 1100000 | 0 | 10000 | 0 | 10101010 | 1100100 | 110100 |
Color Harmonies of #09FFD7
Complementary color
Monochromatic Colors of #09FFD7
Black with #09FFD7
Text Example
Text Example
White with #09FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFD7; }
p { color: rgb(9,255,215); }
H1.HeaderClassName
{
color: #09FFD7;
}
.AnyTagClassName
{
color: #09FFD7;
}
</style>
background-color css
<style>
a { background-color: #09FFD7; }
a { background-color: rgb(9,255,215); }
div.DivClassName
{
background-color: #09FFD7;
}
.BgClassName
{
background-color: #09FFD7;
}
</style>
border-color css
<style>
span { border-color: #09FFD7; }
span { border-color: rgb(9,255,215); }
td.TdClassName
{
border-color: #09FFD7;
}
.TagClassName
{
border-color: #09FFD7;
}
</style>