Shades of Bright Turquoise #11DBEF
Tints of Bright Turquoise #11DBEF
RGB
CMYK
RGB Variations
Color information
#11DBEF (or 0x11DBEF) is known color: Bright Turquoise. HEX triplet: 11, DB and EF. RGB value is (17,219,239). Sum of RGB (Red+Green+Blue) = 17+219+239=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #11DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBEF is #EE2410. Grayscale: #A0A0A0. Windows color (decimal): -15606801 or 15719185. OLE color: 15719185.
HSL color Cylindrical-coordinate representation of color #11DBEF: hue angle of 185.41º 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 #11DBEF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 219 | 239 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.06 |
| HSL | 185.41º | 0.87% | 0.5% | - |
| HSV(B) | 185.41º | 0.93% | 0.94% | - |
| XYZ | 41.14 | 57.01 | 90.5 | - |
| YUV | 160.88 | 172.08 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 239 | 0.93 | 0.08 | 0 | 0.06 | 185.41 | 0.87 | 0.5 |
| Hex | 11 | DB | EF | 5D | 8 | 0 | 6 | B9 | 57 | 32 |
| Octal | 21 | 333 | 357 | 135 | 10 | 0 | 6 | 271 | 127 | 62 |
| Binary | 10001 | 11011011 | 11101111 | 1011101 | 1000 | 0 | 110 | 10111001 | 1010111 | 110010 |
Color Harmonies of #11DBEF
Complementary color
Monochromatic Colors of #11DBEF
Black with #11DBEF
Text Example
Text Example
White with #11DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBEF; }
p { color: rgb(17,219,239); }
H1.HeaderClassName
{
color: #11DBEF;
}
.AnyTagClassName
{
color: #11DBEF;
}
</style>
background-color css
<style>
a { background-color: #11DBEF; }
a { background-color: rgb(17,219,239); }
div.DivClassName
{
background-color: #11DBEF;
}
.BgClassName
{
background-color: #11DBEF;
}
</style>
border-color css
<style>
span { border-color: #11DBEF; }
span { border-color: rgb(17,219,239); }
td.TdClassName
{
border-color: #11DBEF;
}
.TagClassName
{
border-color: #11DBEF;
}
</style>