Shades of Bright Turquoise #11F8CC
Tints of Bright Turquoise #11F8CC
RGB
CMYK
RGB Variations
Color information
#11F8CC (or 0x11F8CC) is known color: Bright Turquoise. HEX triplet: 11, F8 and CC. RGB value is (17,248,204). Sum of RGB (Red+Green+Blue) = 17+248+204=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #11F8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F8CC is #EE0733. Grayscale: #ADADAD. Windows color (decimal): -15599412 or 13432849. OLE color: 13432849.
HSL color Cylindrical-coordinate representation of color #11F8CC: hue angle of 168.57º 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 #11F8CC is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 248 | 204 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.03 |
| HSL | 168.57º | 0.94% | 0.52% | - |
| HSV(B) | 168.57º | 0.93% | 0.97% | - |
| XYZ | 44.7 | 71.61 | 68.59 | - |
| YUV | 173.92 | 144.97 | 16.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 248 | 204 | 0.93 | 0 | 0.18 | 0.03 | 168.57 | 0.94 | 0.52 |
| Hex | 11 | F8 | CC | 5D | 0 | 12 | 3 | A9 | 5E | 34 |
| Octal | 21 | 370 | 314 | 135 | 0 | 22 | 3 | 251 | 136 | 64 |
| Binary | 10001 | 11111000 | 11001100 | 1011101 | 0 | 10010 | 11 | 10101001 | 1011110 | 110100 |
Color Harmonies of #11F8CC
Complementary color
Monochromatic Colors of #11F8CC
Black with #11F8CC
Text Example
Text Example
White with #11F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F8CC; }
p { color: rgb(17,248,204); }
H1.HeaderClassName
{
color: #11F8CC;
}
.AnyTagClassName
{
color: #11F8CC;
}
</style>
background-color css
<style>
a { background-color: #11F8CC; }
a { background-color: rgb(17,248,204); }
div.DivClassName
{
background-color: #11F8CC;
}
.BgClassName
{
background-color: #11F8CC;
}
</style>
border-color css
<style>
span { border-color: #11F8CC; }
span { border-color: rgb(17,248,204); }
td.TdClassName
{
border-color: #11F8CC;
}
.TagClassName
{
border-color: #11F8CC;
}
</style>