Shades of Bright Turquoise #11F7D3
Tints of Bright Turquoise #11F7D3
RGB
CMYK
RGB Variations
Color information
#11F7D3 (or 0x11F7D3) is known color: Bright Turquoise. HEX triplet: 11, F7 and D3. RGB value is (17,247,211). Sum of RGB (Red+Green+Blue) = 17+247+211=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F7D3 is #EE082C. Grayscale: #AEAEAE. Windows color (decimal): -15599661 or 13891345. OLE color: 13891345.
HSL color Cylindrical-coordinate representation of color #11F7D3: hue angle of 170.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F7D3 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 247 | 211 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.03 |
| HSL | 170.61º | 0.93% | 0.52% | - |
| HSV(B) | 170.61º | 0.93% | 0.97% | - |
| XYZ | 45.25 | 71.34 | 73.01 | - |
| YUV | 174.13 | 148.8 | 15.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 247 | 211 | 0.93 | 0 | 0.15 | 0.03 | 170.61 | 0.93 | 0.52 |
| Hex | 11 | F7 | D3 | 5D | 0 | F | 3 | AB | 5D | 34 |
| Octal | 21 | 367 | 323 | 135 | 0 | 17 | 3 | 253 | 135 | 64 |
| Binary | 10001 | 11110111 | 11010011 | 1011101 | 0 | 1111 | 11 | 10101011 | 1011101 | 110100 |
Color Harmonies of #11F7D3
Complementary color
Monochromatic Colors of #11F7D3
Black with #11F7D3
Text Example
Text Example
White with #11F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F7D3; }
p { color: rgb(17,247,211); }
H1.HeaderClassName
{
color: #11F7D3;
}
.AnyTagClassName
{
color: #11F7D3;
}
</style>
background-color css
<style>
a { background-color: #11F7D3; }
a { background-color: rgb(17,247,211); }
div.DivClassName
{
background-color: #11F7D3;
}
.BgClassName
{
background-color: #11F7D3;
}
</style>
border-color css
<style>
span { border-color: #11F7D3; }
span { border-color: rgb(17,247,211); }
td.TdClassName
{
border-color: #11F7D3;
}
.TagClassName
{
border-color: #11F7D3;
}
</style>