Shades of Bright Turquoise #11DEE3
Tints of Bright Turquoise #11DEE3
RGB
CMYK
RGB Variations
Color information
#11DEE3 (or 0x11DEE3) is known color: Bright Turquoise. HEX triplet: 11, DE and E3. RGB value is (17,222,227). Sum of RGB (Red+Green+Blue) = 17+222+227=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #11DEE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEE3 is #EE211C. Grayscale: #A1A1A1. Windows color (decimal): -15606045 or 14933521. OLE color: 14933521.
HSL color Cylindrical-coordinate representation of color #11DEE3: hue angle of 181.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DEE3 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 222 | 227 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.11 |
| HSL | 181.43º | 0.86% | 0.48% | - |
| HSV(B) | 181.43º | 0.93% | 0.89% | - |
| XYZ | 40.22 | 57.91 | 81.73 | - |
| YUV | 161.28 | 165.08 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 227 | 0.93 | 0.02 | 0 | 0.11 | 181.43 | 0.86 | 0.48 |
| Hex | 11 | DE | E3 | 5D | 2 | 0 | B | B5 | 56 | 30 |
| Octal | 21 | 336 | 343 | 135 | 2 | 0 | 13 | 265 | 126 | 60 |
| Binary | 10001 | 11011110 | 11100011 | 1011101 | 10 | 0 | 1011 | 10110101 | 1010110 | 110000 |
Color Harmonies of #11DEE3
Complementary color
Monochromatic Colors of #11DEE3
Black with #11DEE3
Text Example
Text Example
White with #11DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DEE3; }
p { color: rgb(17,222,227); }
H1.HeaderClassName
{
color: #11DEE3;
}
.AnyTagClassName
{
color: #11DEE3;
}
</style>
background-color css
<style>
a { background-color: #11DEE3; }
a { background-color: rgb(17,222,227); }
div.DivClassName
{
background-color: #11DEE3;
}
.BgClassName
{
background-color: #11DEE3;
}
</style>
border-color css
<style>
span { border-color: #11DEE3; }
span { border-color: rgb(17,222,227); }
td.TdClassName
{
border-color: #11DEE3;
}
.TagClassName
{
border-color: #11DEE3;
}
</style>