Shades of Bright Turquoise #11F4CB
Tints of Bright Turquoise #11F4CB
RGB
CMYK
RGB Variations
Color information
#11F4CB (or 0x11F4CB) is known color: Bright Turquoise. HEX triplet: 11, F4 and CB. RGB value is (17,244,203). Sum of RGB (Red+Green+Blue) = 17+244+203=464 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #11F4CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F4CB is #EE0B34. Grayscale: #ABABAB. Windows color (decimal): -15600437 or 13366289. OLE color: 13366289.
HSL color Cylindrical-coordinate representation of color #11F4CB: hue angle of 169.16º 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 #11F4CB is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 244 | 203 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.04 |
| HSL | 169.16º | 0.91% | 0.51% | - |
| HSV(B) | 169.16º | 0.93% | 0.96% | - |
| XYZ | 43.36 | 69.13 | 67.56 | - |
| YUV | 171.45 | 145.79 | 17.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 244 | 203 | 0.93 | 0 | 0.17 | 0.04 | 169.16 | 0.91 | 0.51 |
| Hex | 11 | F4 | CB | 5D | 0 | 11 | 4 | A9 | 5B | 33 |
| Octal | 21 | 364 | 313 | 135 | 0 | 21 | 4 | 251 | 133 | 63 |
| Binary | 10001 | 11110100 | 11001011 | 1011101 | 0 | 10001 | 100 | 10101001 | 1011011 | 110011 |
Color Harmonies of #11F4CB
Complementary color
Monochromatic Colors of #11F4CB
Black with #11F4CB
Text Example
Text Example
White with #11F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F4CB; }
p { color: rgb(17,244,203); }
H1.HeaderClassName
{
color: #11F4CB;
}
.AnyTagClassName
{
color: #11F4CB;
}
</style>
background-color css
<style>
a { background-color: #11F4CB; }
a { background-color: rgb(17,244,203); }
div.DivClassName
{
background-color: #11F4CB;
}
.BgClassName
{
background-color: #11F4CB;
}
</style>
border-color css
<style>
span { border-color: #11F4CB; }
span { border-color: rgb(17,244,203); }
td.TdClassName
{
border-color: #11F4CB;
}
.TagClassName
{
border-color: #11F4CB;
}
</style>