Shades of Bright Turquoise #09FADA
Tints of Bright Turquoise #09FADA
RGB
CMYK
RGB Variations
Color information
#09FADA (or 0x09FADA) is known color: Bright Turquoise. HEX triplet: 09, FA and DA. RGB value is (9,250,218). Sum of RGB (Red+Green+Blue) = 9+250+218=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #09FADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FADA is #F60525. Grayscale: #AEAEAE. Windows color (decimal): -16123174 or 14350857. OLE color: 14350857.
HSL color Cylindrical-coordinate representation of color #09FADA: hue angle of 172.03º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FADA is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 218 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.02 |
| HSL | 172.03º | 0.96% | 0.51% | - |
| HSV(B) | 172.03º | 0.96% | 0.98% | - |
| XYZ | 46.95 | 73.49 | 78.04 | - |
| YUV | 174.29 | 152.66 | 10.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 218 | 0.96 | 0 | 0.13 | 0.02 | 172.03 | 0.96 | 0.51 |
| Hex | 9 | FA | DA | 60 | 0 | D | 2 | AC | 60 | 33 |
| Octal | 11 | 372 | 332 | 140 | 0 | 15 | 2 | 254 | 140 | 63 |
| Binary | 1001 | 11111010 | 11011010 | 1100000 | 0 | 1101 | 10 | 10101100 | 1100000 | 110011 |
Color Harmonies of #09FADA
Complementary color
Monochromatic Colors of #09FADA
Black with #09FADA
Text Example
Text Example
White with #09FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FADA; }
p { color: rgb(9,250,218); }
H1.HeaderClassName
{
color: #09FADA;
}
.AnyTagClassName
{
color: #09FADA;
}
</style>
background-color css
<style>
a { background-color: #09FADA; }
a { background-color: rgb(9,250,218); }
div.DivClassName
{
background-color: #09FADA;
}
.BgClassName
{
background-color: #09FADA;
}
</style>
border-color css
<style>
span { border-color: #09FADA; }
span { border-color: rgb(9,250,218); }
td.TdClassName
{
border-color: #09FADA;
}
.TagClassName
{
border-color: #09FADA;
}
</style>