Shades of Bright Turquoise #11FFD3
Tints of Bright Turquoise #11FFD3
RGB
CMYK
RGB Variations
Color information
#11FFD3 (or 0x11FFD3) is known color: Bright Turquoise. HEX triplet: 11, FF and D3. RGB value is (17,255,211). Sum of RGB (Red+Green+Blue) = 17+255+211=483 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.52% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FFD3 is #EE002C. Grayscale: #B2B2B2. Windows color (decimal): -15597613 or 13893393. OLE color: 13893393.
HSL color Cylindrical-coordinate representation of color #11FFD3: hue angle of 168.91º 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 #11FFD3 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 211 | - |
| CMYK | 0.93 | 0 | 0.17 | 0 |
| HSL | 168.91º | 1% | 0.53% | - |
| HSV(B) | 168.91º | 0.93% | 1% | - |
| XYZ | 47.75 | 76.34 | 73.85 | - |
| YUV | 178.82 | 146.15 | 12.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 211 | 0.93 | 0 | 0.17 | 0 | 168.91 | 1 | 0.53 |
| Hex | 11 | FF | D3 | 5D | 0 | 11 | 0 | A9 | 64 | 35 |
| Octal | 21 | 377 | 323 | 135 | 0 | 21 | 0 | 251 | 144 | 65 |
| Binary | 10001 | 11111111 | 11010011 | 1011101 | 0 | 10001 | 0 | 10101001 | 1100100 | 110101 |
Color Harmonies of #11FFD3
Complementary color
Monochromatic Colors of #11FFD3
Black with #11FFD3
Text Example
Text Example
White with #11FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FFD3; }
p { color: rgb(17,255,211); }
H1.HeaderClassName
{
color: #11FFD3;
}
.AnyTagClassName
{
color: #11FFD3;
}
</style>
background-color css
<style>
a { background-color: #11FFD3; }
a { background-color: rgb(17,255,211); }
div.DivClassName
{
background-color: #11FFD3;
}
.BgClassName
{
background-color: #11FFD3;
}
</style>
border-color css
<style>
span { border-color: #11FFD3; }
span { border-color: rgb(17,255,211); }
td.TdClassName
{
border-color: #11FFD3;
}
.TagClassName
{
border-color: #11FFD3;
}
</style>