Shades of Bright Turquoise #11FFD4
Tints of Bright Turquoise #11FFD4
RGB
CMYK
RGB Variations
Color information
#11FFD4 (or 0x11FFD4) is known color: Bright Turquoise. HEX triplet: 11, FF and D4. RGB value is (17,255,212). Sum of RGB (Red+Green+Blue) = 17+255+212=484 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFD4 is #EE002B. Grayscale: #B2B2B2. Windows color (decimal): -15597612 or 13958929. OLE color: 13958929.
HSL color Cylindrical-coordinate representation of color #11FFD4: hue angle of 169.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFD4 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 212 | - |
| CMYK | 0.93 | 0 | 0.17 | 0 |
| HSL | 169.16º | 1% | 0.53% | - |
| HSV(B) | 169.16º | 0.93% | 1% | - |
| XYZ | 47.87 | 76.39 | 74.51 | - |
| YUV | 178.94 | 146.65 | 12.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 212 | 0.93 | 0 | 0.17 | 0 | 169.16 | 1 | 0.53 |
| Hex | 11 | FF | D4 | 5D | 0 | 11 | 0 | A9 | 64 | 35 |
| Octal | 21 | 377 | 324 | 135 | 0 | 21 | 0 | 251 | 144 | 65 |
| Binary | 10001 | 11111111 | 11010100 | 1011101 | 0 | 10001 | 0 | 10101001 | 1100100 | 110101 |
Color Harmonies of #11FFD4
Complementary color
Monochromatic Colors of #11FFD4
Black with #11FFD4
Text Example
Text Example
White with #11FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFD4; }
p { color: rgb(17,255,212); }
H1.HeaderClassName
{
color: #11FFD4;
}
.AnyTagClassName
{
color: #11FFD4;
}
</style>
background-color css
<style>
a { background-color: #11FFD4; }
a { background-color: rgb(17,255,212); }
div.DivClassName
{
background-color: #11FFD4;
}
.BgClassName
{
background-color: #11FFD4;
}
</style>
border-color css
<style>
span { border-color: #11FFD4; }
span { border-color: rgb(17,255,212); }
td.TdClassName
{
border-color: #11FFD4;
}
.TagClassName
{
border-color: #11FFD4;
}
</style>