Shades of Bright Turquoise #11F7EF
Tints of Bright Turquoise #11F7EF
RGB
CMYK
RGB Variations
Color information
#11F7EF (or 0x11F7EF) is known color: Bright Turquoise. HEX triplet: 11, F7 and EF. RGB value is (17,247,239). Sum of RGB (Red+Green+Blue) = 17+247+239=503 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.38% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11F7EF is #EE0810. Grayscale: #B1B1B1. Windows color (decimal): -15599633 or 15726353. OLE color: 15726353.
HSL color Cylindrical-coordinate representation of color #11F7EF: hue angle of 177.91º 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 #11F7EF is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 247 | 239 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.03 |
| HSL | 177.91º | 0.93% | 0.52% | - |
| HSV(B) | 177.91º | 0.93% | 0.97% | - |
| XYZ | 49.07 | 72.87 | 93.14 | - |
| YUV | 177.32 | 162.8 | 13.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 247 | 239 | 0.93 | 0 | 0.03 | 0.03 | 177.91 | 0.93 | 0.52 |
| Hex | 11 | F7 | EF | 5D | 0 | 3 | 3 | B2 | 5D | 34 |
| Octal | 21 | 367 | 357 | 135 | 0 | 3 | 3 | 262 | 135 | 64 |
| Binary | 10001 | 11110111 | 11101111 | 1011101 | 0 | 11 | 11 | 10110010 | 1011101 | 110100 |
Color Harmonies of #11F7EF
Complementary color
Monochromatic Colors of #11F7EF
Black with #11F7EF
Text Example
Text Example
White with #11F7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F7EF; }
p { color: rgb(17,247,239); }
H1.HeaderClassName
{
color: #11F7EF;
}
.AnyTagClassName
{
color: #11F7EF;
}
</style>
background-color css
<style>
a { background-color: #11F7EF; }
a { background-color: rgb(17,247,239); }
div.DivClassName
{
background-color: #11F7EF;
}
.BgClassName
{
background-color: #11F7EF;
}
</style>
border-color css
<style>
span { border-color: #11F7EF; }
span { border-color: rgb(17,247,239); }
td.TdClassName
{
border-color: #11F7EF;
}
.TagClassName
{
border-color: #11F7EF;
}
</style>