Shades of Bright Turquoise #09F4E7
Tints of Bright Turquoise #09F4E7
RGB
CMYK
RGB Variations
Color information
#09F4E7 (or 0x09F4E7) is known color: Bright Turquoise. HEX triplet: 09, F4 and E7. RGB value is (9,244,231). Sum of RGB (Red+Green+Blue) = 9+244+231=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #09F4E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F4E7 is #F60B18. Grayscale: #ACACAC. Windows color (decimal): -16124697 or 15201289. OLE color: 15201289.
HSL color Cylindrical-coordinate representation of color #09F4E7: hue angle of 176.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F4E7 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 244 | 231 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.04 |
| HSL | 176.68º | 0.93% | 0.5% | - |
| HSV(B) | 176.68º | 0.96% | 0.96% | - |
| XYZ | 46.89 | 70.53 | 86.74 | - |
| YUV | 172.25 | 161.14 | 11.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 244 | 231 | 0.96 | 0 | 0.05 | 0.04 | 176.68 | 0.93 | 0.5 |
| Hex | 9 | F4 | E7 | 60 | 0 | 5 | 4 | B1 | 5D | 32 |
| Octal | 11 | 364 | 347 | 140 | 0 | 5 | 4 | 261 | 135 | 62 |
| Binary | 1001 | 11110100 | 11100111 | 1100000 | 0 | 101 | 100 | 10110001 | 1011101 | 110010 |
Color Harmonies of #09F4E7
Complementary color
Monochromatic Colors of #09F4E7
Black with #09F4E7
Text Example
Text Example
White with #09F4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F4E7; }
p { color: rgb(9,244,231); }
H1.HeaderClassName
{
color: #09F4E7;
}
.AnyTagClassName
{
color: #09F4E7;
}
</style>
background-color css
<style>
a { background-color: #09F4E7; }
a { background-color: rgb(9,244,231); }
div.DivClassName
{
background-color: #09F4E7;
}
.BgClassName
{
background-color: #09F4E7;
}
</style>
border-color css
<style>
span { border-color: #09F4E7; }
span { border-color: rgb(9,244,231); }
td.TdClassName
{
border-color: #09F4E7;
}
.TagClassName
{
border-color: #09F4E7;
}
</style>