Shades of Bright Turquoise #09F7EC
Tints of Bright Turquoise #09F7EC
RGB
CMYK
RGB Variations
Color information
#09F7EC (or 0x09F7EC) is known color: Bright Turquoise. HEX triplet: 09, F7 and EC. RGB value is (9,247,236). Sum of RGB (Red+Green+Blue) = 9+247+236=492 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #09F7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F7EC is #F60813. Grayscale: #AEAEAE. Windows color (decimal): -16123924 or 15529737. OLE color: 15529737.
HSL color Cylindrical-coordinate representation of color #09F7EC: hue angle of 177.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F7EC is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 247 | 236 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.03 |
| HSL | 177.23º | 0.94% | 0.5% | - |
| HSV(B) | 177.23º | 0.96% | 0.97% | - |
| XYZ | 48.51 | 72.64 | 90.82 | - |
| YUV | 174.58 | 162.65 | 9.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 247 | 236 | 0.96 | 0 | 0.04 | 0.03 | 177.23 | 0.94 | 0.5 |
| Hex | 9 | F7 | EC | 60 | 0 | 4 | 3 | B1 | 5E | 32 |
| Octal | 11 | 367 | 354 | 140 | 0 | 4 | 3 | 261 | 136 | 62 |
| Binary | 1001 | 11110111 | 11101100 | 1100000 | 0 | 100 | 11 | 10110001 | 1011110 | 110010 |
Color Harmonies of #09F7EC
Complementary color
Monochromatic Colors of #09F7EC
Black with #09F7EC
Text Example
Text Example
White with #09F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F7EC; }
p { color: rgb(9,247,236); }
H1.HeaderClassName
{
color: #09F7EC;
}
.AnyTagClassName
{
color: #09F7EC;
}
</style>
background-color css
<style>
a { background-color: #09F7EC; }
a { background-color: rgb(9,247,236); }
div.DivClassName
{
background-color: #09F7EC;
}
.BgClassName
{
background-color: #09F7EC;
}
</style>
border-color css
<style>
span { border-color: #09F7EC; }
span { border-color: rgb(9,247,236); }
td.TdClassName
{
border-color: #09F7EC;
}
.TagClassName
{
border-color: #09F7EC;
}
</style>