Shades of Bright Turquoise #09EDE9
Tints of Bright Turquoise #09EDE9
RGB
CMYK
RGB Variations
Color information
#09EDE9 (or 0x09EDE9) is known color: Bright Turquoise. HEX triplet: 09, ED and E9. RGB value is (9,237,233). Sum of RGB (Red+Green+Blue) = 9+237+233=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #09EDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EDE9 is #F61216. Grayscale: #A8A8A8. Windows color (decimal): -16126487 or 15330569. OLE color: 15330569.
HSL color Cylindrical-coordinate representation of color #09EDE9: hue angle of 178.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EDE9 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 237 | 233 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.07 |
| HSL | 178.95º | 0.93% | 0.48% | - |
| HSV(B) | 178.95º | 0.96% | 0.93% | - |
| XYZ | 45.1 | 66.51 | 87.55 | - |
| YUV | 168.37 | 164.46 | 14.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 233 | 0.96 | 0 | 0.02 | 0.07 | 178.95 | 0.93 | 0.48 |
| Hex | 9 | ED | E9 | 60 | 0 | 2 | 7 | B3 | 5D | 30 |
| Octal | 11 | 355 | 351 | 140 | 0 | 2 | 7 | 263 | 135 | 60 |
| Binary | 1001 | 11101101 | 11101001 | 1100000 | 0 | 10 | 111 | 10110011 | 1011101 | 110000 |
Color Harmonies of #09EDE9
Complementary color
Monochromatic Colors of #09EDE9
Black with #09EDE9
Text Example
Text Example
White with #09EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EDE9; }
p { color: rgb(9,237,233); }
H1.HeaderClassName
{
color: #09EDE9;
}
.AnyTagClassName
{
color: #09EDE9;
}
</style>
background-color css
<style>
a { background-color: #09EDE9; }
a { background-color: rgb(9,237,233); }
div.DivClassName
{
background-color: #09EDE9;
}
.BgClassName
{
background-color: #09EDE9;
}
</style>
border-color css
<style>
span { border-color: #09EDE9; }
span { border-color: rgb(9,237,233); }
td.TdClassName
{
border-color: #09EDE9;
}
.TagClassName
{
border-color: #09EDE9;
}
</style>