Shades of Bright Turquoise #09FDC9
Tints of Bright Turquoise #09FDC9
RGB
CMYK
RGB Variations
Color information
#09FDC9 (or 0x09FDC9) is known color: Bright Turquoise. HEX triplet: 09, FD and C9. RGB value is (9,253,201). Sum of RGB (Red+Green+Blue) = 9+253+201=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FDC9 is #F60236. Grayscale: #AEAEAE. Windows color (decimal): -16122423 or 13237513. OLE color: 13237513.
HSL color Cylindrical-coordinate representation of color #09FDC9: hue angle of 167.21º 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 #09FDC9 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 201 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.01 |
| HSL | 167.21º | 0.98% | 0.51% | - |
| HSV(B) | 167.21º | 0.96% | 0.99% | - |
| XYZ | 45.78 | 74.53 | 67.23 | - |
| YUV | 174.12 | 143.16 | 10.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 201 | 0.96 | 0 | 0.21 | 0.01 | 167.21 | 0.98 | 0.51 |
| Hex | 9 | FD | C9 | 60 | 0 | 15 | 1 | A7 | 62 | 33 |
| Octal | 11 | 375 | 311 | 140 | 0 | 25 | 1 | 247 | 142 | 63 |
| Binary | 1001 | 11111101 | 11001001 | 1100000 | 0 | 10101 | 1 | 10100111 | 1100010 | 110011 |
Color Harmonies of #09FDC9
Complementary color
Monochromatic Colors of #09FDC9
Black with #09FDC9
Text Example
Text Example
White with #09FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FDC9; }
p { color: rgb(9,253,201); }
H1.HeaderClassName
{
color: #09FDC9;
}
.AnyTagClassName
{
color: #09FDC9;
}
</style>
background-color css
<style>
a { background-color: #09FDC9; }
a { background-color: rgb(9,253,201); }
div.DivClassName
{
background-color: #09FDC9;
}
.BgClassName
{
background-color: #09FDC9;
}
</style>
border-color css
<style>
span { border-color: #09FDC9; }
span { border-color: rgb(9,253,201); }
td.TdClassName
{
border-color: #09FDC9;
}
.TagClassName
{
border-color: #09FDC9;
}
</style>