Shades of Bright Turquoise #17ECD2
Tints of Bright Turquoise #17ECD2
RGB
CMYK
RGB Variations
Color information
#17ECD2 (or 0x17ECD2) is known color: Bright Turquoise. HEX triplet: 17, EC and D2. RGB value is (23,236,210). Sum of RGB (Red+Green+Blue) = 23+236+210=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECD2 is #E8132D. Grayscale: #A9A9A9. Windows color (decimal): -15209262 or 13822999. OLE color: 13822999.
HSL color Cylindrical-coordinate representation of color #17ECD2: hue angle of 172.68º 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 #17ECD2 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 210 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.07 |
| HSL | 172.68º | 0.85% | 0.51% | - |
| HSV(B) | 172.68º | 0.9% | 0.93% | - |
| XYZ | 41.98 | 64.83 | 71.27 | - |
| YUV | 169.35 | 150.93 | 23.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 210 | 0.90 | 0 | 0.11 | 0.07 | 172.68 | 0.85 | 0.51 |
| Hex | 17 | EC | D2 | 5A | 0 | B | 7 | AD | 55 | 33 |
| Octal | 27 | 354 | 322 | 132 | 0 | 13 | 7 | 255 | 125 | 63 |
| Binary | 10111 | 11101100 | 11010010 | 1011010 | 0 | 1011 | 111 | 10101101 | 1010101 | 110011 |
Color Harmonies of #17ECD2
Complementary color
Monochromatic Colors of #17ECD2
Black with #17ECD2
Text Example
Text Example
White with #17ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECD2; }
p { color: rgb(23,236,210); }
H1.HeaderClassName
{
color: #17ECD2;
}
.AnyTagClassName
{
color: #17ECD2;
}
</style>
background-color css
<style>
a { background-color: #17ECD2; }
a { background-color: rgb(23,236,210); }
div.DivClassName
{
background-color: #17ECD2;
}
.BgClassName
{
background-color: #17ECD2;
}
</style>
border-color css
<style>
span { border-color: #17ECD2; }
span { border-color: rgb(23,236,210); }
td.TdClassName
{
border-color: #17ECD2;
}
.TagClassName
{
border-color: #17ECD2;
}
</style>