Shades of Bright Turquoise #11E8CF
Tints of Bright Turquoise #11E8CF
RGB
CMYK
RGB Variations
Color information
#11E8CF (or 0x11E8CF) is known color: Bright Turquoise. HEX triplet: 11, E8 and CF. RGB value is (17,232,207). Sum of RGB (Red+Green+Blue) = 17+232+207=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #11E8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E8CF is #EE1730. Grayscale: #A4A4A4. Windows color (decimal): -15603505 or 13625361. OLE color: 13625361.
HSL color Cylindrical-coordinate representation of color #11E8CF: hue angle of 173.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E8CF is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 232 | 207 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.09 |
| HSL | 173.02º | 0.86% | 0.49% | - |
| HSV(B) | 173.02º | 0.93% | 0.91% | - |
| XYZ | 40.35 | 62.34 | 68.94 | - |
| YUV | 164.87 | 151.77 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 232 | 207 | 0.93 | 0 | 0.11 | 0.09 | 173.02 | 0.86 | 0.49 |
| Hex | 11 | E8 | CF | 5D | 0 | B | 9 | AD | 56 | 31 |
| Octal | 21 | 350 | 317 | 135 | 0 | 13 | 11 | 255 | 126 | 61 |
| Binary | 10001 | 11101000 | 11001111 | 1011101 | 0 | 1011 | 1001 | 10101101 | 1010110 | 110001 |
Color Harmonies of #11E8CF
Complementary color
Monochromatic Colors of #11E8CF
Black with #11E8CF
Text Example
Text Example
White with #11E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E8CF; }
p { color: rgb(17,232,207); }
H1.HeaderClassName
{
color: #11E8CF;
}
.AnyTagClassName
{
color: #11E8CF;
}
</style>
background-color css
<style>
a { background-color: #11E8CF; }
a { background-color: rgb(17,232,207); }
div.DivClassName
{
background-color: #11E8CF;
}
.BgClassName
{
background-color: #11E8CF;
}
</style>
border-color css
<style>
span { border-color: #11E8CF; }
span { border-color: rgb(17,232,207); }
td.TdClassName
{
border-color: #11E8CF;
}
.TagClassName
{
border-color: #11E8CF;
}
</style>