Shades of Bright Turquoise #09FCD6
Tints of Bright Turquoise #09FCD6
RGB
CMYK
RGB Variations
Color information
#09FCD6 (or 0x09FCD6) is known color: Bright Turquoise. HEX triplet: 09, FC and D6. RGB value is (9,252,214). Sum of RGB (Red+Green+Blue) = 9+252+214=475 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCD6 is #F60329. Grayscale: #AEAEAE. Windows color (decimal): -16122666 or 14089225. OLE color: 14089225.
HSL color Cylindrical-coordinate representation of color #09FCD6: hue angle of 170.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FCD6 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 252 | 214 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.01 |
| HSL | 170.62º | 0.98% | 0.51% | - |
| HSV(B) | 170.62º | 0.96% | 0.99% | - |
| XYZ | 47.06 | 74.53 | 75.52 | - |
| YUV | 175.01 | 149.99 | 9.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 214 | 0.96 | 0 | 0.15 | 0.01 | 170.62 | 0.98 | 0.51 |
| Hex | 9 | FC | D6 | 60 | 0 | F | 1 | AB | 62 | 33 |
| Octal | 11 | 374 | 326 | 140 | 0 | 17 | 1 | 253 | 142 | 63 |
| Binary | 1001 | 11111100 | 11010110 | 1100000 | 0 | 1111 | 1 | 10101011 | 1100010 | 110011 |
Color Harmonies of #09FCD6
Complementary color
Monochromatic Colors of #09FCD6
Black with #09FCD6
Text Example
Text Example
White with #09FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FCD6; }
p { color: rgb(9,252,214); }
H1.HeaderClassName
{
color: #09FCD6;
}
.AnyTagClassName
{
color: #09FCD6;
}
</style>
background-color css
<style>
a { background-color: #09FCD6; }
a { background-color: rgb(9,252,214); }
div.DivClassName
{
background-color: #09FCD6;
}
.BgClassName
{
background-color: #09FCD6;
}
</style>
border-color css
<style>
span { border-color: #09FCD6; }
span { border-color: rgb(9,252,214); }
td.TdClassName
{
border-color: #09FCD6;
}
.TagClassName
{
border-color: #09FCD6;
}
</style>