Shades of Bright Turquoise #09EED1
Tints of Bright Turquoise #09EED1
RGB
CMYK
RGB Variations
Color information
#09EED1 (or 0x09EED1) is known color: Bright Turquoise. HEX triplet: 09, EE and D1. RGB value is (9,238,209). Sum of RGB (Red+Green+Blue) = 9+238+209=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #09EED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EED1 is #F6112E. Grayscale: #A6A6A6. Windows color (decimal): -16126255 or 13757961. OLE color: 13757961.
HSL color Cylindrical-coordinate representation of color #09EED1: hue angle of 172.4º 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 #09EED1 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 238 | 209 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.07 |
| HSL | 172.4º | 0.93% | 0.48% | - |
| HSV(B) | 172.4º | 0.96% | 0.93% | - |
| XYZ | 42.2 | 65.81 | 70.8 | - |
| YUV | 166.22 | 152.13 | 15.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 238 | 209 | 0.96 | 0 | 0.12 | 0.07 | 172.4 | 0.93 | 0.48 |
| Hex | 9 | EE | D1 | 60 | 0 | C | 7 | AC | 5D | 30 |
| Octal | 11 | 356 | 321 | 140 | 0 | 14 | 7 | 254 | 135 | 60 |
| Binary | 1001 | 11101110 | 11010001 | 1100000 | 0 | 1100 | 111 | 10101100 | 1011101 | 110000 |
Color Harmonies of #09EED1
Complementary color
Monochromatic Colors of #09EED1
Black with #09EED1
Text Example
Text Example
White with #09EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EED1; }
p { color: rgb(9,238,209); }
H1.HeaderClassName
{
color: #09EED1;
}
.AnyTagClassName
{
color: #09EED1;
}
</style>
background-color css
<style>
a { background-color: #09EED1; }
a { background-color: rgb(9,238,209); }
div.DivClassName
{
background-color: #09EED1;
}
.BgClassName
{
background-color: #09EED1;
}
</style>
border-color css
<style>
span { border-color: #09EED1; }
span { border-color: rgb(9,238,209); }
td.TdClassName
{
border-color: #09EED1;
}
.TagClassName
{
border-color: #09EED1;
}
</style>