Shades of Bright Turquoise #17DDEC
Tints of Bright Turquoise #17DDEC
RGB
CMYK
RGB Variations
Color information
#17DDEC (or 0x17DDEC) is known color: Bright Turquoise. HEX triplet: 17, DD and EC. RGB value is (23,221,236). Sum of RGB (Red+Green+Blue) = 23+221+236=480 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #17DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DDEC is #E82213. Grayscale: #A3A3A3. Windows color (decimal): -15213076 or 15523095. OLE color: 15523095.
HSL color Cylindrical-coordinate representation of color #17DDEC: hue angle of 184.23º 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 #17DDEC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 221 | 236 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.07 |
| HSL | 184.23º | 0.85% | 0.51% | - |
| HSV(B) | 184.23º | 0.9% | 0.93% | - |
| XYZ | 41.35 | 57.95 | 88.36 | - |
| YUV | 163.51 | 168.9 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 221 | 236 | 0.90 | 0.06 | 0 | 0.07 | 184.23 | 0.85 | 0.51 |
| Hex | 17 | DD | EC | 5A | 6 | 0 | 7 | B8 | 55 | 33 |
| Octal | 27 | 335 | 354 | 132 | 6 | 0 | 7 | 270 | 125 | 63 |
| Binary | 10111 | 11011101 | 11101100 | 1011010 | 110 | 0 | 111 | 10111000 | 1010101 | 110011 |
Color Harmonies of #17DDEC
Complementary color
Monochromatic Colors of #17DDEC
Black with #17DDEC
Text Example
Text Example
White with #17DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DDEC; }
p { color: rgb(23,221,236); }
H1.HeaderClassName
{
color: #17DDEC;
}
.AnyTagClassName
{
color: #17DDEC;
}
</style>
background-color css
<style>
a { background-color: #17DDEC; }
a { background-color: rgb(23,221,236); }
div.DivClassName
{
background-color: #17DDEC;
}
.BgClassName
{
background-color: #17DDEC;
}
</style>
border-color css
<style>
span { border-color: #17DDEC; }
span { border-color: rgb(23,221,236); }
td.TdClassName
{
border-color: #17DDEC;
}
.TagClassName
{
border-color: #17DDEC;
}
</style>