Shades of Bright Turquoise #09FCDA
Tints of Bright Turquoise #09FCDA
RGB
CMYK
RGB Variations
Color information
#09FCDA (or 0x09FCDA) is known color: Bright Turquoise. HEX triplet: 09, FC and DA. RGB value is (9,252,218). Sum of RGB (Red+Green+Blue) = 9+252+218=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCDA is #F60325. Grayscale: #AFAFAF. Windows color (decimal): -16122662 or 14351369. OLE color: 14351369.
HSL color Cylindrical-coordinate representation of color #09FCDA: hue angle of 171.6º 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 #09FCDA is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 252 | 218 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.01 |
| HSL | 171.6º | 0.98% | 0.51% | - |
| HSV(B) | 171.6º | 0.96% | 0.99% | - |
| XYZ | 47.58 | 74.74 | 78.25 | - |
| YUV | 175.47 | 151.99 | 9.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 218 | 0.96 | 0 | 0.13 | 0.01 | 171.6 | 0.98 | 0.51 |
| Hex | 9 | FC | DA | 60 | 0 | D | 1 | AC | 62 | 33 |
| Octal | 11 | 374 | 332 | 140 | 0 | 15 | 1 | 254 | 142 | 63 |
| Binary | 1001 | 11111100 | 11011010 | 1100000 | 0 | 1101 | 1 | 10101100 | 1100010 | 110011 |
Color Harmonies of #09FCDA
Complementary color
Monochromatic Colors of #09FCDA
Black with #09FCDA
Text Example
Text Example
White with #09FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FCDA; }
p { color: rgb(9,252,218); }
H1.HeaderClassName
{
color: #09FCDA;
}
.AnyTagClassName
{
color: #09FCDA;
}
</style>
background-color css
<style>
a { background-color: #09FCDA; }
a { background-color: rgb(9,252,218); }
div.DivClassName
{
background-color: #09FCDA;
}
.BgClassName
{
background-color: #09FCDA;
}
</style>
border-color css
<style>
span { border-color: #09FCDA; }
span { border-color: rgb(9,252,218); }
td.TdClassName
{
border-color: #09FCDA;
}
.TagClassName
{
border-color: #09FCDA;
}
</style>