Shades of Bright Turquoise #09E0C8
Tints of Bright Turquoise #09E0C8
RGB
CMYK
RGB Variations
Color information
#09E0C8 (or 0x09E0C8) is known color: Bright Turquoise. HEX triplet: 09, E0 and C8. RGB value is (9,224,200). Sum of RGB (Red+Green+Blue) = 9+224+200=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #09E0C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E0C8 is #F61F37. Grayscale: #9C9C9C. Windows color (decimal): -16129848 or 13164553. OLE color: 13164553.
HSL color Cylindrical-coordinate representation of color #09E0C8: hue angle of 173.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E0C8 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 200 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.12 |
| HSL | 173.3º | 0.92% | 0.46% | - |
| HSV(B) | 173.3º | 0.96% | 0.88% | - |
| XYZ | 37.19 | 57.54 | 63.79 | - |
| YUV | 156.98 | 152.27 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 200 | 0.96 | 0 | 0.11 | 0.12 | 173.3 | 0.92 | 0.46 |
| Hex | 9 | E0 | C8 | 60 | 0 | B | C | AD | 5C | 2E |
| Octal | 11 | 340 | 310 | 140 | 0 | 13 | 14 | 255 | 134 | 56 |
| Binary | 1001 | 11100000 | 11001000 | 1100000 | 0 | 1011 | 1100 | 10101101 | 1011100 | 101110 |
Color Harmonies of #09E0C8
Complementary color
Monochromatic Colors of #09E0C8
Black with #09E0C8
Text Example
Text Example
White with #09E0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E0C8; }
p { color: rgb(9,224,200); }
H1.HeaderClassName
{
color: #09E0C8;
}
.AnyTagClassName
{
color: #09E0C8;
}
</style>
background-color css
<style>
a { background-color: #09E0C8; }
a { background-color: rgb(9,224,200); }
div.DivClassName
{
background-color: #09E0C8;
}
.BgClassName
{
background-color: #09E0C8;
}
</style>
border-color css
<style>
span { border-color: #09E0C8; }
span { border-color: rgb(9,224,200); }
td.TdClassName
{
border-color: #09E0C8;
}
.TagClassName
{
border-color: #09E0C8;
}
</style>