Shades of Bright Turquoise #11E2F8
Tints of Bright Turquoise #11E2F8
RGB
CMYK
RGB Variations
Color information
#11E2F8 (or 0x11E2F8) is known color: Bright Turquoise. HEX triplet: 11, E2 and F8. RGB value is (17,226,248). Sum of RGB (Red+Green+Blue) = 17+226+248=491 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.46% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #11E2F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E2F8 is #EE1D07. Grayscale: #A5A5A5. Windows color (decimal): -15605000 or 16310801. OLE color: 16310801.
HSL color Cylindrical-coordinate representation of color #11E2F8: hue angle of 185.71º degrees, saturation: 0.94, 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 #11E2F8 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 226 | 248 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.03 |
| HSL | 185.71º | 0.94% | 0.52% | - |
| HSV(B) | 185.71º | 0.93% | 0.97% | - |
| XYZ | 44.37 | 61.29 | 98.3 | - |
| YUV | 166.02 | 174.26 | 21.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 248 | 0.93 | 0.09 | 0 | 0.03 | 185.71 | 0.94 | 0.52 |
| Hex | 11 | E2 | F8 | 5D | 9 | 0 | 3 | BA | 5E | 34 |
| Octal | 21 | 342 | 370 | 135 | 11 | 0 | 3 | 272 | 136 | 64 |
| Binary | 10001 | 11100010 | 11111000 | 1011101 | 1001 | 0 | 11 | 10111010 | 1011110 | 110100 |
Color Harmonies of #11E2F8
Complementary color
Monochromatic Colors of #11E2F8
Black with #11E2F8
Text Example
Text Example
White with #11E2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E2F8; }
p { color: rgb(17,226,248); }
H1.HeaderClassName
{
color: #11E2F8;
}
.AnyTagClassName
{
color: #11E2F8;
}
</style>
background-color css
<style>
a { background-color: #11E2F8; }
a { background-color: rgb(17,226,248); }
div.DivClassName
{
background-color: #11E2F8;
}
.BgClassName
{
background-color: #11E2F8;
}
</style>
border-color css
<style>
span { border-color: #11E2F8; }
span { border-color: rgb(17,226,248); }
td.TdClassName
{
border-color: #11E2F8;
}
.TagClassName
{
border-color: #11E2F8;
}
</style>