Shades of Bright Turquoise #17ECD3
Tints of Bright Turquoise #17ECD3
RGB
CMYK
RGB Variations
Color information
#17ECD3 (or 0x17ECD3) is known color: Bright Turquoise. HEX triplet: 17, EC and D3. RGB value is (23,236,211). Sum of RGB (Red+Green+Blue) = 23+236+211=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECD3 is #E8132C. Grayscale: #A9A9A9. Windows color (decimal): -15209261 or 13888535. OLE color: 13888535.
HSL color Cylindrical-coordinate representation of color #17ECD3: hue angle of 172.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ECD3 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 211 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.07 |
| HSL | 172.96º | 0.85% | 0.51% | - |
| HSV(B) | 172.96º | 0.9% | 0.93% | - |
| XYZ | 42.11 | 64.88 | 71.93 | - |
| YUV | 169.46 | 151.43 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 211 | 0.90 | 0 | 0.11 | 0.07 | 172.96 | 0.85 | 0.51 |
| Hex | 17 | EC | D3 | 5A | 0 | B | 7 | AD | 55 | 33 |
| Octal | 27 | 354 | 323 | 132 | 0 | 13 | 7 | 255 | 125 | 63 |
| Binary | 10111 | 11101100 | 11010011 | 1011010 | 0 | 1011 | 111 | 10101101 | 1010101 | 110011 |
Color Harmonies of #17ECD3
Complementary color
Monochromatic Colors of #17ECD3
Black with #17ECD3
Text Example
Text Example
White with #17ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECD3; }
p { color: rgb(23,236,211); }
H1.HeaderClassName
{
color: #17ECD3;
}
.AnyTagClassName
{
color: #17ECD3;
}
</style>
background-color css
<style>
a { background-color: #17ECD3; }
a { background-color: rgb(23,236,211); }
div.DivClassName
{
background-color: #17ECD3;
}
.BgClassName
{
background-color: #17ECD3;
}
</style>
border-color css
<style>
span { border-color: #17ECD3; }
span { border-color: rgb(23,236,211); }
td.TdClassName
{
border-color: #17ECD3;
}
.TagClassName
{
border-color: #17ECD3;
}
</style>