Shades of Bright Turquoise #09FFD1
Tints of Bright Turquoise #09FFD1
RGB
CMYK
RGB Variations
Color information
#09FFD1 (or 0x09FFD1) is known color: Bright Turquoise. HEX triplet: 09, FF and D1. RGB value is (9,255,209). Sum of RGB (Red+Green+Blue) = 9+255+209=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFD1 is #F6002E. Grayscale: #B0B0B0. Windows color (decimal): -16121903 or 13762313. OLE color: 13762313.
HSL color Cylindrical-coordinate representation of color #09FFD1: hue angle of 168.78º 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 #09FFD1 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 209 | - |
| CMYK | 0.96 | 0 | 0.18 | 0 |
| HSL | 168.78º | 1% | 0.52% | - |
| HSV(B) | 168.78º | 0.96% | 1% | - |
| XYZ | 47.38 | 76.18 | 72.53 | - |
| YUV | 176.2 | 146.5 | 8.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 209 | 0.96 | 0 | 0.18 | 0 | 168.78 | 1 | 0.52 |
| Hex | 9 | FF | D1 | 60 | 0 | 12 | 0 | A9 | 64 | 34 |
| Octal | 11 | 377 | 321 | 140 | 0 | 22 | 0 | 251 | 144 | 64 |
| Binary | 1001 | 11111111 | 11010001 | 1100000 | 0 | 10010 | 0 | 10101001 | 1100100 | 110100 |
Color Harmonies of #09FFD1
Complementary color
Monochromatic Colors of #09FFD1
Black with #09FFD1
Text Example
Text Example
White with #09FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFD1; }
p { color: rgb(9,255,209); }
H1.HeaderClassName
{
color: #09FFD1;
}
.AnyTagClassName
{
color: #09FFD1;
}
</style>
background-color css
<style>
a { background-color: #09FFD1; }
a { background-color: rgb(9,255,209); }
div.DivClassName
{
background-color: #09FFD1;
}
.BgClassName
{
background-color: #09FFD1;
}
</style>
border-color css
<style>
span { border-color: #09FFD1; }
span { border-color: rgb(9,255,209); }
td.TdClassName
{
border-color: #09FFD1;
}
.TagClassName
{
border-color: #09FFD1;
}
</style>