Shades of Bright Turquoise #11FFDF
Tints of Bright Turquoise #11FFDF
RGB
CMYK
RGB Variations
Color information
#11FFDF (or 0x11FFDF) is known color: Bright Turquoise. HEX triplet: 11, FF and DF. RGB value is (17,255,223). Sum of RGB (Red+Green+Blue) = 17+255+223=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFDF is #EE0020. Grayscale: #B4B4B4. Windows color (decimal): -15597601 or 14679825. OLE color: 14679825.
HSL color Cylindrical-coordinate representation of color #11FFDF: hue angle of 171.93º 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 #11FFDF is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 223 | - |
| CMYK | 0.93 | 0 | 0.13 | 0 |
| HSL | 171.93º | 1% | 0.53% | - |
| HSV(B) | 171.93º | 0.93% | 1% | - |
| XYZ | 49.31 | 76.97 | 82.07 | - |
| YUV | 180.19 | 152.15 | 11.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 223 | 0.93 | 0 | 0.13 | 0 | 171.93 | 1 | 0.53 |
| Hex | 11 | FF | DF | 5D | 0 | D | 0 | AC | 64 | 35 |
| Octal | 21 | 377 | 337 | 135 | 0 | 15 | 0 | 254 | 144 | 65 |
| Binary | 10001 | 11111111 | 11011111 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #11FFDF
Complementary color
Monochromatic Colors of #11FFDF
Black with #11FFDF
Text Example
Text Example
White with #11FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFDF; }
p { color: rgb(17,255,223); }
H1.HeaderClassName
{
color: #11FFDF;
}
.AnyTagClassName
{
color: #11FFDF;
}
</style>
background-color css
<style>
a { background-color: #11FFDF; }
a { background-color: rgb(17,255,223); }
div.DivClassName
{
background-color: #11FFDF;
}
.BgClassName
{
background-color: #11FFDF;
}
</style>
border-color css
<style>
span { border-color: #11FFDF; }
span { border-color: rgb(17,255,223); }
td.TdClassName
{
border-color: #11FFDF;
}
.TagClassName
{
border-color: #11FFDF;
}
</style>