Shades of Bright Turquoise #09EAE5
Tints of Bright Turquoise #09EAE5
RGB
CMYK
RGB Variations
Color information
#09EAE5 (or 0x09EAE5) is known color: Bright Turquoise. HEX triplet: 09, EA and E5. RGB value is (9,234,229). Sum of RGB (Red+Green+Blue) = 9+234+229=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAE5 is #F6151A. Grayscale: #A5A5A5. Windows color (decimal): -16127259 or 15067657. OLE color: 15067657.
HSL color Cylindrical-coordinate representation of color #09EAE5: hue angle of 178.67º 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 #09EAE5 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 234 | 229 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.08 |
| HSL | 178.67º | 0.93% | 0.48% | - |
| HSV(B) | 178.67º | 0.96% | 0.92% | - |
| XYZ | 43.68 | 64.56 | 84.29 | - |
| YUV | 166.16 | 163.46 | 15.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 234 | 229 | 0.96 | 0 | 0.02 | 0.08 | 178.67 | 0.93 | 0.48 |
| Hex | 9 | EA | E5 | 60 | 0 | 2 | 8 | B3 | 5D | 30 |
| Octal | 11 | 352 | 345 | 140 | 0 | 2 | 10 | 263 | 135 | 60 |
| Binary | 1001 | 11101010 | 11100101 | 1100000 | 0 | 10 | 1000 | 10110011 | 1011101 | 110000 |
Color Harmonies of #09EAE5
Complementary color
Monochromatic Colors of #09EAE5
Black with #09EAE5
Text Example
Text Example
White with #09EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EAE5; }
p { color: rgb(9,234,229); }
H1.HeaderClassName
{
color: #09EAE5;
}
.AnyTagClassName
{
color: #09EAE5;
}
</style>
background-color css
<style>
a { background-color: #09EAE5; }
a { background-color: rgb(9,234,229); }
div.DivClassName
{
background-color: #09EAE5;
}
.BgClassName
{
background-color: #09EAE5;
}
</style>
border-color css
<style>
span { border-color: #09EAE5; }
span { border-color: rgb(9,234,229); }
td.TdClassName
{
border-color: #09EAE5;
}
.TagClassName
{
border-color: #09EAE5;
}
</style>