Shades of Bright Turquoise #11F4D1
Tints of Bright Turquoise #11F4D1
RGB
CMYK
RGB Variations
Color information
#11F4D1 (or 0x11F4D1) is known color: Bright Turquoise. HEX triplet: 11, F4 and D1. RGB value is (17,244,209). Sum of RGB (Red+Green+Blue) = 17+244+209=470 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #11F4D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F4D1 is #EE0B2E. Grayscale: #ACACAC. Windows color (decimal): -15600431 or 13759505. OLE color: 13759505.
HSL color Cylindrical-coordinate representation of color #11F4D1: hue angle of 170.75º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F4D1 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 244 | 209 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.04 |
| HSL | 170.75º | 0.91% | 0.51% | - |
| HSV(B) | 170.75º | 0.93% | 0.96% | - |
| XYZ | 44.09 | 69.42 | 71.4 | - |
| YUV | 172.14 | 148.79 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 244 | 209 | 0.93 | 0 | 0.14 | 0.04 | 170.75 | 0.91 | 0.51 |
| Hex | 11 | F4 | D1 | 5D | 0 | E | 4 | AB | 5B | 33 |
| Octal | 21 | 364 | 321 | 135 | 0 | 16 | 4 | 253 | 133 | 63 |
| Binary | 10001 | 11110100 | 11010001 | 1011101 | 0 | 1110 | 100 | 10101011 | 1011011 | 110011 |
Color Harmonies of #11F4D1
Complementary color
Monochromatic Colors of #11F4D1
Black with #11F4D1
Text Example
Text Example
White with #11F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F4D1; }
p { color: rgb(17,244,209); }
H1.HeaderClassName
{
color: #11F4D1;
}
.AnyTagClassName
{
color: #11F4D1;
}
</style>
background-color css
<style>
a { background-color: #11F4D1; }
a { background-color: rgb(17,244,209); }
div.DivClassName
{
background-color: #11F4D1;
}
.BgClassName
{
background-color: #11F4D1;
}
</style>
border-color css
<style>
span { border-color: #11F4D1; }
span { border-color: rgb(17,244,209); }
td.TdClassName
{
border-color: #11F4D1;
}
.TagClassName
{
border-color: #11F4D1;
}
</style>