Shades of Bright Turquoise #09FFD2
Tints of Bright Turquoise #09FFD2
RGB
CMYK
RGB Variations
Color information
#09FFD2 (or 0x09FFD2) is known color: Bright Turquoise. HEX triplet: 09, FF and D2. RGB value is (9,255,210). Sum of RGB (Red+Green+Blue) = 9+255+210=474 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FFD2 is #F6002D. Grayscale: #B0B0B0. Windows color (decimal): -16121902 or 13827849. OLE color: 13827849.
HSL color Cylindrical-coordinate representation of color #09FFD2: hue angle of 169.02º 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 #09FFD2 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 210 | - |
| CMYK | 0.96 | 0 | 0.18 | 0 |
| HSL | 169.02º | 1% | 0.52% | - |
| HSV(B) | 169.02º | 0.96% | 1% | - |
| XYZ | 47.51 | 76.23 | 73.18 | - |
| YUV | 176.32 | 147 | 8.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 210 | 0.96 | 0 | 0.18 | 0 | 169.02 | 1 | 0.52 |
| Hex | 9 | FF | D2 | 60 | 0 | 12 | 0 | A9 | 64 | 34 |
| Octal | 11 | 377 | 322 | 140 | 0 | 22 | 0 | 251 | 144 | 64 |
| Binary | 1001 | 11111111 | 11010010 | 1100000 | 0 | 10010 | 0 | 10101001 | 1100100 | 110100 |
Color Harmonies of #09FFD2
Complementary color
Monochromatic Colors of #09FFD2
Black with #09FFD2
Text Example
Text Example
White with #09FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFD2; }
p { color: rgb(9,255,210); }
H1.HeaderClassName
{
color: #09FFD2;
}
.AnyTagClassName
{
color: #09FFD2;
}
</style>
background-color css
<style>
a { background-color: #09FFD2; }
a { background-color: rgb(9,255,210); }
div.DivClassName
{
background-color: #09FFD2;
}
.BgClassName
{
background-color: #09FFD2;
}
</style>
border-color css
<style>
span { border-color: #09FFD2; }
span { border-color: rgb(9,255,210); }
td.TdClassName
{
border-color: #09FFD2;
}
.TagClassName
{
border-color: #09FFD2;
}
</style>