Shades of Bright Turquoise #09FAC8
Tints of Bright Turquoise #09FAC8
RGB
CMYK
RGB Variations
Color information
#09FAC8 (or 0x09FAC8) is known color: Bright Turquoise. HEX triplet: 09, FA and C8. RGB value is (9,250,200). Sum of RGB (Red+Green+Blue) = 9+250+200=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FAC8 is #F60537. Grayscale: #ACACAC. Windows color (decimal): -16123192 or 13171209. OLE color: 13171209.
HSL color Cylindrical-coordinate representation of color #09FAC8: hue angle of 167.55º 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 #09FAC8 is Cyan = 0.96, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 250 | 200 | - |
| CMYK | 0.96 | 0 | 0.2 | 0.02 |
| HSL | 167.55º | 0.96% | 0.51% | - |
| HSV(B) | 167.55º | 0.96% | 0.98% | - |
| XYZ | 44.72 | 72.6 | 66.3 | - |
| YUV | 172.24 | 143.66 | 11.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 250 | 200 | 0.96 | 0 | 0.2 | 0.02 | 167.55 | 0.96 | 0.51 |
| Hex | 9 | FA | C8 | 60 | 0 | 14 | 2 | A8 | 60 | 33 |
| Octal | 11 | 372 | 310 | 140 | 0 | 24 | 2 | 250 | 140 | 63 |
| Binary | 1001 | 11111010 | 11001000 | 1100000 | 0 | 10100 | 10 | 10101000 | 1100000 | 110011 |
Color Harmonies of #09FAC8
Complementary color
Monochromatic Colors of #09FAC8
Black with #09FAC8
Text Example
Text Example
White with #09FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FAC8; }
p { color: rgb(9,250,200); }
H1.HeaderClassName
{
color: #09FAC8;
}
.AnyTagClassName
{
color: #09FAC8;
}
</style>
background-color css
<style>
a { background-color: #09FAC8; }
a { background-color: rgb(9,250,200); }
div.DivClassName
{
background-color: #09FAC8;
}
.BgClassName
{
background-color: #09FAC8;
}
</style>
border-color css
<style>
span { border-color: #09FAC8; }
span { border-color: rgb(9,250,200); }
td.TdClassName
{
border-color: #09FAC8;
}
.TagClassName
{
border-color: #09FAC8;
}
</style>