Shades of Bright Turquoise #11F0DB
Tints of Bright Turquoise #11F0DB
RGB
CMYK
RGB Variations
Color information
#11F0DB (or 0x11F0DB) is known color: Bright Turquoise. HEX triplet: 11, F0 and DB. RGB value is (17,240,219). Sum of RGB (Red+Green+Blue) = 17+240+219=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #11F0DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F0DB is #EE0F24. Grayscale: #AAAAAA. Windows color (decimal): -15601445 or 14413841. OLE color: 14413841.
HSL color Cylindrical-coordinate representation of color #11F0DB: hue angle of 174.35º degrees, saturation: 0.88, 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 #11F0DB is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 219 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.06 |
| HSL | 174.35º | 0.88% | 0.5% | - |
| HSV(B) | 174.35º | 0.93% | 0.94% | - |
| XYZ | 44.18 | 67.55 | 77.73 | - |
| YUV | 170.93 | 155.12 | 18.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 219 | 0.93 | 0 | 0.09 | 0.06 | 174.35 | 0.88 | 0.5 |
| Hex | 11 | F0 | DB | 5D | 0 | 9 | 6 | AE | 58 | 32 |
| Octal | 21 | 360 | 333 | 135 | 0 | 11 | 6 | 256 | 130 | 62 |
| Binary | 10001 | 11110000 | 11011011 | 1011101 | 0 | 1001 | 110 | 10101110 | 1011000 | 110010 |
Color Harmonies of #11F0DB
Complementary color
Monochromatic Colors of #11F0DB
Black with #11F0DB
Text Example
Text Example
White with #11F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F0DB; }
p { color: rgb(17,240,219); }
H1.HeaderClassName
{
color: #11F0DB;
}
.AnyTagClassName
{
color: #11F0DB;
}
</style>
background-color css
<style>
a { background-color: #11F0DB; }
a { background-color: rgb(17,240,219); }
div.DivClassName
{
background-color: #11F0DB;
}
.BgClassName
{
background-color: #11F0DB;
}
</style>
border-color css
<style>
span { border-color: #11F0DB; }
span { border-color: rgb(17,240,219); }
td.TdClassName
{
border-color: #11F0DB;
}
.TagClassName
{
border-color: #11F0DB;
}
</style>