Shades of Bright Turquoise #17DCEC
Tints of Bright Turquoise #17DCEC
RGB
CMYK
RGB Variations
Color information
#17DCEC (or 0x17DCEC) is known color: Bright Turquoise. HEX triplet: 17, DC and EC. RGB value is (23,220,236). Sum of RGB (Red+Green+Blue) = 23+220+236=479 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.80% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #17DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCEC is #E82313. Grayscale: #A2A2A2. Windows color (decimal): -15213332 or 15522839. OLE color: 15522839.
HSL color Cylindrical-coordinate representation of color #17DCEC: hue angle of 184.51º 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 #17DCEC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 220 | 236 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.07 |
| HSL | 184.51º | 0.85% | 0.51% | - |
| HSV(B) | 184.51º | 0.9% | 0.93% | - |
| XYZ | 41.09 | 57.42 | 88.28 | - |
| YUV | 162.92 | 169.23 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 236 | 0.90 | 0.07 | 0 | 0.07 | 184.51 | 0.85 | 0.51 |
| Hex | 17 | DC | EC | 5A | 7 | 0 | 7 | B9 | 55 | 33 |
| Octal | 27 | 334 | 354 | 132 | 7 | 0 | 7 | 271 | 125 | 63 |
| Binary | 10111 | 11011100 | 11101100 | 1011010 | 111 | 0 | 111 | 10111001 | 1010101 | 110011 |
Color Harmonies of #17DCEC
Complementary color
Monochromatic Colors of #17DCEC
Black with #17DCEC
Text Example
Text Example
White with #17DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCEC; }
p { color: rgb(23,220,236); }
H1.HeaderClassName
{
color: #17DCEC;
}
.AnyTagClassName
{
color: #17DCEC;
}
</style>
background-color css
<style>
a { background-color: #17DCEC; }
a { background-color: rgb(23,220,236); }
div.DivClassName
{
background-color: #17DCEC;
}
.BgClassName
{
background-color: #17DCEC;
}
</style>
border-color css
<style>
span { border-color: #17DCEC; }
span { border-color: rgb(23,220,236); }
td.TdClassName
{
border-color: #17DCEC;
}
.TagClassName
{
border-color: #17DCEC;
}
</style>