Shades of Bright Turquoise #11DEEF
Tints of Bright Turquoise #11DEEF
RGB
CMYK
RGB Variations
Color information
#11DEEF (or 0x11DEEF) is known color: Bright Turquoise. HEX triplet: 11, DE and EF. RGB value is (17,222,239). Sum of RGB (Red+Green+Blue) = 17+222+239=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #11DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DEEF is #EE2110. Grayscale: #A2A2A2. Windows color (decimal): -15606033 or 15719953. OLE color: 15719953.
HSL color Cylindrical-coordinate representation of color #11DEEF: hue angle of 184.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DEEF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 222 | 239 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.06 |
| HSL | 184.59º | 0.87% | 0.5% | - |
| HSV(B) | 184.59º | 0.93% | 0.94% | - |
| XYZ | 41.93 | 58.59 | 90.76 | - |
| YUV | 162.64 | 171.08 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 239 | 0.93 | 0.07 | 0 | 0.06 | 184.59 | 0.87 | 0.5 |
| Hex | 11 | DE | EF | 5D | 7 | 0 | 6 | B9 | 57 | 32 |
| Octal | 21 | 336 | 357 | 135 | 7 | 0 | 6 | 271 | 127 | 62 |
| Binary | 10001 | 11011110 | 11101111 | 1011101 | 111 | 0 | 110 | 10111001 | 1010111 | 110010 |
Color Harmonies of #11DEEF
Complementary color
Monochromatic Colors of #11DEEF
Black with #11DEEF
Text Example
Text Example
White with #11DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DEEF; }
p { color: rgb(17,222,239); }
H1.HeaderClassName
{
color: #11DEEF;
}
.AnyTagClassName
{
color: #11DEEF;
}
</style>
background-color css
<style>
a { background-color: #11DEEF; }
a { background-color: rgb(17,222,239); }
div.DivClassName
{
background-color: #11DEEF;
}
.BgClassName
{
background-color: #11DEEF;
}
</style>
border-color css
<style>
span { border-color: #11DEEF; }
span { border-color: rgb(17,222,239); }
td.TdClassName
{
border-color: #11DEEF;
}
.TagClassName
{
border-color: #11DEEF;
}
</style>