Shades of Bright Turquoise #11DCED
Tints of Bright Turquoise #11DCED
RGB
CMYK
RGB Variations
Color information
#11DCED (or 0x11DCED) is known color: Bright Turquoise. HEX triplet: 11, DC and ED. RGB value is (17,220,237). Sum of RGB (Red+Green+Blue) = 17+220+237=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #11DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCED is #EE2312. Grayscale: #A0A0A0. Windows color (decimal): -15606547 or 15588369. OLE color: 15588369.
HSL color Cylindrical-coordinate representation of color #11DCED: hue angle of 184.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DCED is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 220 | 237 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.07 |
| HSL | 184.64º | 0.87% | 0.5% | - |
| HSV(B) | 184.64º | 0.93% | 0.93% | - |
| XYZ | 41.11 | 57.42 | 89.04 | - |
| YUV | 161.24 | 170.75 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 237 | 0.93 | 0.07 | 0 | 0.07 | 184.64 | 0.87 | 0.5 |
| Hex | 11 | DC | ED | 5D | 7 | 0 | 7 | B9 | 57 | 32 |
| Octal | 21 | 334 | 355 | 135 | 7 | 0 | 7 | 271 | 127 | 62 |
| Binary | 10001 | 11011100 | 11101101 | 1011101 | 111 | 0 | 111 | 10111001 | 1010111 | 110010 |
Color Harmonies of #11DCED
Complementary color
Monochromatic Colors of #11DCED
Black with #11DCED
Text Example
Text Example
White with #11DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCED; }
p { color: rgb(17,220,237); }
H1.HeaderClassName
{
color: #11DCED;
}
.AnyTagClassName
{
color: #11DCED;
}
</style>
background-color css
<style>
a { background-color: #11DCED; }
a { background-color: rgb(17,220,237); }
div.DivClassName
{
background-color: #11DCED;
}
.BgClassName
{
background-color: #11DCED;
}
</style>
border-color css
<style>
span { border-color: #11DCED; }
span { border-color: rgb(17,220,237); }
td.TdClassName
{
border-color: #11DCED;
}
.TagClassName
{
border-color: #11DCED;
}
</style>