Shades of Bright Turquoise #09EDEF
Tints of Bright Turquoise #09EDEF
RGB
CMYK
RGB Variations
Color information
#09EDEF (or 0x09EDEF) is known color: Bright Turquoise. HEX triplet: 09, ED and EF. RGB value is (9,237,239). Sum of RGB (Red+Green+Blue) = 9+237+239=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #09EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EDEF is #F61210. Grayscale: #A8A8A8. Windows color (decimal): -16126481 or 15723785. OLE color: 15723785.
HSL color Cylindrical-coordinate representation of color #09EDEF: hue angle of 180.52º 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 #09EDEF is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 237 | 239 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.06 |
| HSL | 180.52º | 0.93% | 0.49% | - |
| HSV(B) | 180.52º | 0.96% | 0.94% | - |
| XYZ | 45.98 | 66.86 | 92.14 | - |
| YUV | 169.06 | 167.46 | 13.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 239 | 0.96 | 0.01 | 0 | 0.06 | 180.52 | 0.93 | 0.49 |
| Hex | 9 | ED | EF | 60 | 1 | 0 | 6 | B5 | 5D | 31 |
| Octal | 11 | 355 | 357 | 140 | 1 | 0 | 6 | 265 | 135 | 61 |
| Binary | 1001 | 11101101 | 11101111 | 1100000 | 1 | 0 | 110 | 10110101 | 1011101 | 110001 |
Color Harmonies of #09EDEF
Complementary color
Monochromatic Colors of #09EDEF
Black with #09EDEF
Text Example
Text Example
White with #09EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EDEF; }
p { color: rgb(9,237,239); }
H1.HeaderClassName
{
color: #09EDEF;
}
.AnyTagClassName
{
color: #09EDEF;
}
</style>
background-color css
<style>
a { background-color: #09EDEF; }
a { background-color: rgb(9,237,239); }
div.DivClassName
{
background-color: #09EDEF;
}
.BgClassName
{
background-color: #09EDEF;
}
</style>
border-color css
<style>
span { border-color: #09EDEF; }
span { border-color: rgb(9,237,239); }
td.TdClassName
{
border-color: #09EDEF;
}
.TagClassName
{
border-color: #09EDEF;
}
</style>