Shades of Bright Turquoise #11F7CB
Tints of Bright Turquoise #11F7CB
RGB
CMYK
RGB Variations
Color information
#11F7CB (or 0x11F7CB) is known color: Bright Turquoise. HEX triplet: 11, F7 and CB. RGB value is (17,247,203). Sum of RGB (Red+Green+Blue) = 17+247+203=467 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.64% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F7CB is #EE0834. Grayscale: #ADADAD. Windows color (decimal): -15599669 or 13367057. OLE color: 13367057.
HSL color Cylindrical-coordinate representation of color #11F7CB: hue angle of 168.52º 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 #11F7CB is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 247 | 203 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.03 |
| HSL | 168.52º | 0.93% | 0.52% | - |
| HSV(B) | 168.52º | 0.93% | 0.97% | - |
| XYZ | 44.27 | 70.95 | 67.86 | - |
| YUV | 173.21 | 144.8 | 16.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 247 | 203 | 0.93 | 0 | 0.18 | 0.03 | 168.52 | 0.93 | 0.52 |
| Hex | 11 | F7 | CB | 5D | 0 | 12 | 3 | A9 | 5D | 34 |
| Octal | 21 | 367 | 313 | 135 | 0 | 22 | 3 | 251 | 135 | 64 |
| Binary | 10001 | 11110111 | 11001011 | 1011101 | 0 | 10010 | 11 | 10101001 | 1011101 | 110100 |
Color Harmonies of #11F7CB
Complementary color
Monochromatic Colors of #11F7CB
Black with #11F7CB
Text Example
Text Example
White with #11F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F7CB; }
p { color: rgb(17,247,203); }
H1.HeaderClassName
{
color: #11F7CB;
}
.AnyTagClassName
{
color: #11F7CB;
}
</style>
background-color css
<style>
a { background-color: #11F7CB; }
a { background-color: rgb(17,247,203); }
div.DivClassName
{
background-color: #11F7CB;
}
.BgClassName
{
background-color: #11F7CB;
}
</style>
border-color css
<style>
span { border-color: #11F7CB; }
span { border-color: rgb(17,247,203); }
td.TdClassName
{
border-color: #11F7CB;
}
.TagClassName
{
border-color: #11F7CB;
}
</style>