Shades of Bright Turquoise #11DCEF
Tints of Bright Turquoise #11DCEF
RGB
CMYK
RGB Variations
Color information
#11DCEF (or 0x11DCEF) is known color: Bright Turquoise. HEX triplet: 11, DC and EF. RGB value is (17,220,239). Sum of RGB (Red+Green+Blue) = 17+220+239=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #11DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCEF is #EE2310. Grayscale: #A1A1A1. Windows color (decimal): -15606545 or 15719441. OLE color: 15719441.
HSL color Cylindrical-coordinate representation of color #11DCEF: hue angle of 185.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DCEF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 220 | 239 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.06 |
| HSL | 185.14º | 0.87% | 0.5% | - |
| HSV(B) | 185.14º | 0.93% | 0.94% | - |
| XYZ | 41.4 | 57.54 | 90.58 | - |
| YUV | 161.47 | 171.75 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 239 | 0.93 | 0.08 | 0 | 0.06 | 185.14 | 0.87 | 0.5 |
| Hex | 11 | DC | EF | 5D | 8 | 0 | 6 | B9 | 57 | 32 |
| Octal | 21 | 334 | 357 | 135 | 10 | 0 | 6 | 271 | 127 | 62 |
| Binary | 10001 | 11011100 | 11101111 | 1011101 | 1000 | 0 | 110 | 10111001 | 1010111 | 110010 |
Color Harmonies of #11DCEF
Complementary color
Monochromatic Colors of #11DCEF
Black with #11DCEF
Text Example
Text Example
White with #11DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCEF; }
p { color: rgb(17,220,239); }
H1.HeaderClassName
{
color: #11DCEF;
}
.AnyTagClassName
{
color: #11DCEF;
}
</style>
background-color css
<style>
a { background-color: #11DCEF; }
a { background-color: rgb(17,220,239); }
div.DivClassName
{
background-color: #11DCEF;
}
.BgClassName
{
background-color: #11DCEF;
}
</style>
border-color css
<style>
span { border-color: #11DCEF; }
span { border-color: rgb(17,220,239); }
td.TdClassName
{
border-color: #11DCEF;
}
.TagClassName
{
border-color: #11DCEF;
}
</style>