Shades of Bright Turquoise #11DFE1
Tints of Bright Turquoise #11DFE1
RGB
CMYK
RGB Variations
Color information
#11DFE1 (or 0x11DFE1) is known color: Bright Turquoise. HEX triplet: 11, DF and E1. RGB value is (17,223,225). Sum of RGB (Red+Green+Blue) = 17+223+225=465 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #11DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DFE1 is #EE201E. Grayscale: #A1A1A1. Windows color (decimal): -15605791 or 14802705. OLE color: 14802705.
HSL color Cylindrical-coordinate representation of color #11DFE1: hue angle of 180.58º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DFE1 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 223 | 225 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.12 |
| HSL | 180.58º | 0.86% | 0.47% | - |
| HSV(B) | 180.58º | 0.92% | 0.88% | - |
| XYZ | 40.21 | 58.33 | 80.37 | - |
| YUV | 161.63 | 163.75 | 24.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 225 | 0.92 | 0.01 | 0 | 0.12 | 180.58 | 0.86 | 0.47 |
| Hex | 11 | DF | E1 | 5C | 1 | 0 | C | B5 | 56 | 2F |
| Octal | 21 | 337 | 341 | 134 | 1 | 0 | 14 | 265 | 126 | 57 |
| Binary | 10001 | 11011111 | 11100001 | 1011100 | 1 | 0 | 1100 | 10110101 | 1010110 | 101111 |
Color Harmonies of #11DFE1
Complementary color
Monochromatic Colors of #11DFE1
Black with #11DFE1
Text Example
Text Example
White with #11DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DFE1; }
p { color: rgb(17,223,225); }
H1.HeaderClassName
{
color: #11DFE1;
}
.AnyTagClassName
{
color: #11DFE1;
}
</style>
background-color css
<style>
a { background-color: #11DFE1; }
a { background-color: rgb(17,223,225); }
div.DivClassName
{
background-color: #11DFE1;
}
.BgClassName
{
background-color: #11DFE1;
}
</style>
border-color css
<style>
span { border-color: #11DFE1; }
span { border-color: rgb(17,223,225); }
td.TdClassName
{
border-color: #11DFE1;
}
.TagClassName
{
border-color: #11DFE1;
}
</style>