Shades of Bright Turquoise #09EED0
Tints of Bright Turquoise #09EED0
RGB
CMYK
RGB Variations
Color information
#09EED0 (or 0x09EED0) is known color: Bright Turquoise. HEX triplet: 09, EE and D0. RGB value is (9,238,208). Sum of RGB (Red+Green+Blue) = 9+238+208=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #09EED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EED0 is #F6112F. Grayscale: #A5A5A5. Windows color (decimal): -16126256 or 13692425. OLE color: 13692425.
HSL color Cylindrical-coordinate representation of color #09EED0: hue angle of 172.14º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EED0 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 208 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.07 |
| HSL | 172.14º | 0.93% | 0.48% | - |
| HSV(B) | 172.14º | 0.96% | 0.93% | - |
| XYZ | 42.07 | 65.76 | 70.15 | - |
| YUV | 166.11 | 151.63 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 208 | 0.96 | 0 | 0.13 | 0.07 | 172.14 | 0.93 | 0.48 |
| Hex | 9 | EE | D0 | 60 | 0 | D | 7 | AC | 5D | 30 |
| Octal | 11 | 356 | 320 | 140 | 0 | 15 | 7 | 254 | 135 | 60 |
| Binary | 1001 | 11101110 | 11010000 | 1100000 | 0 | 1101 | 111 | 10101100 | 1011101 | 110000 |
Color Harmonies of #09EED0
Complementary color
Monochromatic Colors of #09EED0
Black with #09EED0
Text Example
Text Example
White with #09EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EED0; }
p { color: rgb(9,238,208); }
H1.HeaderClassName
{
color: #09EED0;
}
.AnyTagClassName
{
color: #09EED0;
}
</style>
background-color css
<style>
a { background-color: #09EED0; }
a { background-color: rgb(9,238,208); }
div.DivClassName
{
background-color: #09EED0;
}
.BgClassName
{
background-color: #09EED0;
}
</style>
border-color css
<style>
span { border-color: #09EED0; }
span { border-color: rgb(9,238,208); }
td.TdClassName
{
border-color: #09EED0;
}
.TagClassName
{
border-color: #09EED0;
}
</style>