Shades of Bright Turquoise #11DBED
Tints of Bright Turquoise #11DBED
RGB
CMYK
RGB Variations
Color information
#11DBED (or 0x11DBED) is known color: Bright Turquoise. HEX triplet: 11, DB and ED. RGB value is (17,219,237). Sum of RGB (Red+Green+Blue) = 17+219+237=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #11DBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBED is #EE2412. Grayscale: #A0A0A0. Windows color (decimal): -15606803 or 15588113. OLE color: 15588113.
HSL color Cylindrical-coordinate representation of color #11DBED: hue angle of 184.91º 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 #11DBED is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 219 | 237 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.07 |
| HSL | 184.91º | 0.87% | 0.5% | - |
| HSV(B) | 184.91º | 0.93% | 0.93% | - |
| XYZ | 40.85 | 56.9 | 88.95 | - |
| YUV | 160.65 | 171.08 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 237 | 0.93 | 0.08 | 0 | 0.07 | 184.91 | 0.87 | 0.5 |
| Hex | 11 | DB | ED | 5D | 8 | 0 | 7 | B9 | 57 | 32 |
| Octal | 21 | 333 | 355 | 135 | 10 | 0 | 7 | 271 | 127 | 62 |
| Binary | 10001 | 11011011 | 11101101 | 1011101 | 1000 | 0 | 111 | 10111001 | 1010111 | 110010 |
Color Harmonies of #11DBED
Complementary color
Monochromatic Colors of #11DBED
Black with #11DBED
Text Example
Text Example
White with #11DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBED; }
p { color: rgb(17,219,237); }
H1.HeaderClassName
{
color: #11DBED;
}
.AnyTagClassName
{
color: #11DBED;
}
</style>
background-color css
<style>
a { background-color: #11DBED; }
a { background-color: rgb(17,219,237); }
div.DivClassName
{
background-color: #11DBED;
}
.BgClassName
{
background-color: #11DBED;
}
</style>
border-color css
<style>
span { border-color: #11DBED; }
span { border-color: rgb(17,219,237); }
td.TdClassName
{
border-color: #11DBED;
}
.TagClassName
{
border-color: #11DBED;
}
</style>