Shades of Bright Turquoise #11DFFE
Tints of Bright Turquoise #11DFFE
RGB
CMYK
RGB Variations
Color information
#11DFFE (or 0x11DFFE) is known color: Bright Turquoise. HEX triplet: 11, DF and FE. RGB value is (17,223,254). Sum of RGB (Red+Green+Blue) = 17+223+254=494 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.44% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #11DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DFFE is #EE2001. Grayscale: #A4A4A4. Windows color (decimal): -15605762 or 16703249. OLE color: 16703249.
HSL color Cylindrical-coordinate representation of color #11DFFE: hue angle of 187.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DFFE is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 223 | 254 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.00 |
| HSL | 187.85º | 0.99% | 0.53% | - |
| HSV(B) | 187.85º | 0.93% | 1% | - |
| XYZ | 44.51 | 60.05 | 103.01 | - |
| YUV | 164.94 | 178.25 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 254 | 0.93 | 0.12 | 0 | 0.00 | 187.85 | 0.99 | 0.53 |
| Hex | 11 | DF | FE | 5D | C | 0 | 0 | BC | 63 | 35 |
| Octal | 21 | 337 | 376 | 135 | 14 | 0 | 0 | 274 | 143 | 65 |
| Binary | 10001 | 11011111 | 11111110 | 1011101 | 1100 | 0 | 0 | 10111100 | 1100011 | 110101 |
Color Harmonies of #11DFFE
Complementary color
Monochromatic Colors of #11DFFE
Black with #11DFFE
Text Example
Text Example
White with #11DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFFE; }
p { color: rgb(17,223,254); }
H1.HeaderClassName
{
color: #11DFFE;
}
.AnyTagClassName
{
color: #11DFFE;
}
</style>
background-color css
<style>
a { background-color: #11DFFE; }
a { background-color: rgb(17,223,254); }
div.DivClassName
{
background-color: #11DFFE;
}
.BgClassName
{
background-color: #11DFFE;
}
</style>
border-color css
<style>
span { border-color: #11DFFE; }
span { border-color: rgb(17,223,254); }
td.TdClassName
{
border-color: #11DFFE;
}
.TagClassName
{
border-color: #11DFFE;
}
</style>