Shades of Bright Turquoise #09E9EA
Tints of Bright Turquoise #09E9EA
RGB
CMYK
RGB Variations
Color information
#09E9EA (or 0x09E9EA) is known color: Bright Turquoise. HEX triplet: 09, E9 and EA. RGB value is (9,233,234). Sum of RGB (Red+Green+Blue) = 9+233+234=476 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #09E9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E9EA is #F61615. Grayscale: #A5A5A5. Windows color (decimal): -16127510 or 15395081. OLE color: 15395081.
HSL color Cylindrical-coordinate representation of color #09E9EA: hue angle of 180.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E9EA is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 233 | 234 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.08 |
| HSL | 180.27º | 0.93% | 0.48% | - |
| HSV(B) | 180.27º | 0.96% | 0.92% | - |
| XYZ | 44.1 | 64.28 | 87.92 | - |
| YUV | 166.14 | 166.29 | 15.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 233 | 234 | 0.96 | 0.00 | 0 | 0.08 | 180.27 | 0.93 | 0.48 |
| Hex | 9 | E9 | EA | 60 | 0 | 0 | 8 | B4 | 5D | 30 |
| Octal | 11 | 351 | 352 | 140 | 0 | 0 | 10 | 264 | 135 | 60 |
| Binary | 1001 | 11101001 | 11101010 | 1100000 | 0 | 0 | 1000 | 10110100 | 1011101 | 110000 |
Color Harmonies of #09E9EA
Complementary color
Monochromatic Colors of #09E9EA
Black with #09E9EA
Text Example
Text Example
White with #09E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E9EA; }
p { color: rgb(9,233,234); }
H1.HeaderClassName
{
color: #09E9EA;
}
.AnyTagClassName
{
color: #09E9EA;
}
</style>
background-color css
<style>
a { background-color: #09E9EA; }
a { background-color: rgb(9,233,234); }
div.DivClassName
{
background-color: #09E9EA;
}
.BgClassName
{
background-color: #09E9EA;
}
</style>
border-color css
<style>
span { border-color: #09E9EA; }
span { border-color: rgb(9,233,234); }
td.TdClassName
{
border-color: #09E9EA;
}
.TagClassName
{
border-color: #09E9EA;
}
</style>