Shades of Bright Turquoise #11F4D6
Tints of Bright Turquoise #11F4D6
RGB
CMYK
RGB Variations
Color information
#11F4D6 (or 0x11F4D6) is known color: Bright Turquoise. HEX triplet: 11, F4 and D6. RGB value is (17,244,214). Sum of RGB (Red+Green+Blue) = 17+244+214=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #11F4D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F4D6 is #EE0B29. Grayscale: #ACACAC. Windows color (decimal): -15600426 or 14087185. OLE color: 14087185.
HSL color Cylindrical-coordinate representation of color #11F4D6: hue angle of 172.07º 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 #11F4D6 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 244 | 214 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.04 |
| HSL | 172.07º | 0.91% | 0.51% | - |
| HSV(B) | 172.07º | 0.93% | 0.96% | - |
| XYZ | 44.72 | 69.68 | 74.71 | - |
| YUV | 172.71 | 151.29 | 16.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 244 | 214 | 0.93 | 0 | 0.12 | 0.04 | 172.07 | 0.91 | 0.51 |
| Hex | 11 | F4 | D6 | 5D | 0 | C | 4 | AC | 5B | 33 |
| Octal | 21 | 364 | 326 | 135 | 0 | 14 | 4 | 254 | 133 | 63 |
| Binary | 10001 | 11110100 | 11010110 | 1011101 | 0 | 1100 | 100 | 10101100 | 1011011 | 110011 |
Color Harmonies of #11F4D6
Complementary color
Monochromatic Colors of #11F4D6
Black with #11F4D6
Text Example
Text Example
White with #11F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F4D6; }
p { color: rgb(17,244,214); }
H1.HeaderClassName
{
color: #11F4D6;
}
.AnyTagClassName
{
color: #11F4D6;
}
</style>
background-color css
<style>
a { background-color: #11F4D6; }
a { background-color: rgb(17,244,214); }
div.DivClassName
{
background-color: #11F4D6;
}
.BgClassName
{
background-color: #11F4D6;
}
</style>
border-color css
<style>
span { border-color: #11F4D6; }
span { border-color: rgb(17,244,214); }
td.TdClassName
{
border-color: #11F4D6;
}
.TagClassName
{
border-color: #11F4D6;
}
</style>