Shades of Bright Turquoise #11F7CC
Tints of Bright Turquoise #11F7CC
RGB
CMYK
RGB Variations
Color information
#11F7CC (or 0x11F7CC) is known color: Bright Turquoise. HEX triplet: 11, F7 and CC. RGB value is (17,247,204). Sum of RGB (Red+Green+Blue) = 17+247+204=468 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.63% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F7CC is #EE0833. Grayscale: #ADADAD. Windows color (decimal): -15599668 or 13432593. OLE color: 13432593.
HSL color Cylindrical-coordinate representation of color #11F7CC: hue angle of 168.78º 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 #11F7CC is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 247 | 204 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.03 |
| HSL | 168.78º | 0.93% | 0.52% | - |
| HSV(B) | 168.78º | 0.93% | 0.97% | - |
| XYZ | 44.39 | 71 | 68.49 | - |
| YUV | 173.33 | 145.3 | 16.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 247 | 204 | 0.93 | 0 | 0.17 | 0.03 | 168.78 | 0.93 | 0.52 |
| Hex | 11 | F7 | CC | 5D | 0 | 11 | 3 | A9 | 5D | 34 |
| Octal | 21 | 367 | 314 | 135 | 0 | 21 | 3 | 251 | 135 | 64 |
| Binary | 10001 | 11110111 | 11001100 | 1011101 | 0 | 10001 | 11 | 10101001 | 1011101 | 110100 |
Color Harmonies of #11F7CC
Complementary color
Monochromatic Colors of #11F7CC
Black with #11F7CC
Text Example
Text Example
White with #11F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F7CC; }
p { color: rgb(17,247,204); }
H1.HeaderClassName
{
color: #11F7CC;
}
.AnyTagClassName
{
color: #11F7CC;
}
</style>
background-color css
<style>
a { background-color: #11F7CC; }
a { background-color: rgb(17,247,204); }
div.DivClassName
{
background-color: #11F7CC;
}
.BgClassName
{
background-color: #11F7CC;
}
</style>
border-color css
<style>
span { border-color: #11F7CC; }
span { border-color: rgb(17,247,204); }
td.TdClassName
{
border-color: #11F7CC;
}
.TagClassName
{
border-color: #11F7CC;
}
</style>