Shades of Bright Turquoise #11F2DB
Tints of Bright Turquoise #11F2DB
RGB
CMYK
RGB Variations
Color information
#11F2DB (or 0x11F2DB) is known color: Bright Turquoise. HEX triplet: 11, F2 and DB. RGB value is (17,242,219). Sum of RGB (Red+Green+Blue) = 17+242+219=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #11F2DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F2DB is #EE0D24. Grayscale: #ABABAB. Windows color (decimal): -15600933 or 14414353. OLE color: 14414353.
HSL color Cylindrical-coordinate representation of color #11F2DB: hue angle of 173.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F2DB is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 219 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.05 |
| HSL | 173.87º | 0.9% | 0.51% | - |
| HSV(B) | 173.87º | 0.93% | 0.95% | - |
| XYZ | 44.77 | 68.74 | 77.93 | - |
| YUV | 172.1 | 154.46 | 17.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 219 | 0.93 | 0 | 0.10 | 0.05 | 173.87 | 0.9 | 0.51 |
| Hex | 11 | F2 | DB | 5D | 0 | A | 5 | AE | 5A | 33 |
| Octal | 21 | 362 | 333 | 135 | 0 | 12 | 5 | 256 | 132 | 63 |
| Binary | 10001 | 11110010 | 11011011 | 1011101 | 0 | 1010 | 101 | 10101110 | 1011010 | 110011 |
Color Harmonies of #11F2DB
Complementary color
Monochromatic Colors of #11F2DB
Black with #11F2DB
Text Example
Text Example
White with #11F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F2DB; }
p { color: rgb(17,242,219); }
H1.HeaderClassName
{
color: #11F2DB;
}
.AnyTagClassName
{
color: #11F2DB;
}
</style>
background-color css
<style>
a { background-color: #11F2DB; }
a { background-color: rgb(17,242,219); }
div.DivClassName
{
background-color: #11F2DB;
}
.BgClassName
{
background-color: #11F2DB;
}
</style>
border-color css
<style>
span { border-color: #11F2DB; }
span { border-color: rgb(17,242,219); }
td.TdClassName
{
border-color: #11F2DB;
}
.TagClassName
{
border-color: #11F2DB;
}
</style>