Shades of Bright Turquoise #09E8D5
Tints of Bright Turquoise #09E8D5
RGB
CMYK
RGB Variations
Color information
#09E8D5 (or 0x09E8D5) is known color: Bright Turquoise. HEX triplet: 09, E8 and D5. RGB value is (9,232,213). Sum of RGB (Red+Green+Blue) = 9+232+213=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #09E8D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E8D5 is #F6172A. Grayscale: #A3A3A3. Windows color (decimal): -16127787 or 14018569. OLE color: 14018569.
HSL color Cylindrical-coordinate representation of color #09E8D5: hue angle of 174.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E8D5 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 232 | 213 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.09 |
| HSL | 174.89º | 0.93% | 0.47% | - |
| HSV(B) | 174.89º | 0.96% | 0.91% | - |
| XYZ | 40.98 | 62.58 | 72.87 | - |
| YUV | 163.16 | 156.12 | 18.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 232 | 213 | 0.96 | 0 | 0.08 | 0.09 | 174.89 | 0.93 | 0.47 |
| Hex | 9 | E8 | D5 | 60 | 0 | 8 | 9 | AF | 5D | 2F |
| Octal | 11 | 350 | 325 | 140 | 0 | 10 | 11 | 257 | 135 | 57 |
| Binary | 1001 | 11101000 | 11010101 | 1100000 | 0 | 1000 | 1001 | 10101111 | 1011101 | 101111 |
Color Harmonies of #09E8D5
Complementary color
Monochromatic Colors of #09E8D5
Black with #09E8D5
Text Example
Text Example
White with #09E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E8D5; }
p { color: rgb(9,232,213); }
H1.HeaderClassName
{
color: #09E8D5;
}
.AnyTagClassName
{
color: #09E8D5;
}
</style>
background-color css
<style>
a { background-color: #09E8D5; }
a { background-color: rgb(9,232,213); }
div.DivClassName
{
background-color: #09E8D5;
}
.BgClassName
{
background-color: #09E8D5;
}
</style>
border-color css
<style>
span { border-color: #09E8D5; }
span { border-color: rgb(9,232,213); }
td.TdClassName
{
border-color: #09E8D5;
}
.TagClassName
{
border-color: #09E8D5;
}
</style>