Shades of Bright Turquoise #09F0ED
Tints of Bright Turquoise #09F0ED
RGB
CMYK
RGB Variations
Color information
#09F0ED (or 0x09F0ED) is known color: Bright Turquoise. HEX triplet: 09, F0 and ED. RGB value is (9,240,237). Sum of RGB (Red+Green+Blue) = 9+240+237=486 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F0ED is #F60F12. Grayscale: #AAAAAA. Windows color (decimal): -16125715 or 15593481. OLE color: 15593481.
HSL color Cylindrical-coordinate representation of color #09F0ED: hue angle of 179.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0ED is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 237 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.06 |
| HSL | 179.22º | 0.93% | 0.49% | - |
| HSV(B) | 179.22º | 0.96% | 0.94% | - |
| XYZ | 46.56 | 68.49 | 90.89 | - |
| YUV | 170.59 | 165.47 | 12.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 237 | 0.96 | 0 | 0.01 | 0.06 | 179.22 | 0.93 | 0.49 |
| Hex | 9 | F0 | ED | 60 | 0 | 1 | 6 | B3 | 5D | 31 |
| Octal | 11 | 360 | 355 | 140 | 0 | 1 | 6 | 263 | 135 | 61 |
| Binary | 1001 | 11110000 | 11101101 | 1100000 | 0 | 1 | 110 | 10110011 | 1011101 | 110001 |
Color Harmonies of #09F0ED
Complementary color
Monochromatic Colors of #09F0ED
Black with #09F0ED
Text Example
Text Example
White with #09F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0ED; }
p { color: rgb(9,240,237); }
H1.HeaderClassName
{
color: #09F0ED;
}
.AnyTagClassName
{
color: #09F0ED;
}
</style>
background-color css
<style>
a { background-color: #09F0ED; }
a { background-color: rgb(9,240,237); }
div.DivClassName
{
background-color: #09F0ED;
}
.BgClassName
{
background-color: #09F0ED;
}
</style>
border-color css
<style>
span { border-color: #09F0ED; }
span { border-color: rgb(9,240,237); }
td.TdClassName
{
border-color: #09F0ED;
}
.TagClassName
{
border-color: #09F0ED;
}
</style>