Shades of Bright Turquoise #17DAEC
Tints of Bright Turquoise #17DAEC
RGB
CMYK
RGB Variations
Color information
#17DAEC (or 0x17DAEC) is known color: Bright Turquoise. HEX triplet: 17, DA and EC. RGB value is (23,218,236). Sum of RGB (Red+Green+Blue) = 23+218+236=477 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.82% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #17DAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAEC is #E82513. Grayscale: #A1A1A1. Windows color (decimal): -15213844 or 15522327. OLE color: 15522327.
HSL color Cylindrical-coordinate representation of color #17DAEC: hue angle of 185.07º 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 #17DAEC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 218 | 236 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.07 |
| HSL | 185.07º | 0.85% | 0.51% | - |
| HSV(B) | 185.07º | 0.9% | 0.93% | - |
| XYZ | 40.57 | 56.38 | 88.1 | - |
| YUV | 161.75 | 169.9 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 236 | 0.90 | 0.08 | 0 | 0.07 | 185.07 | 0.85 | 0.51 |
| Hex | 17 | DA | EC | 5A | 8 | 0 | 7 | B9 | 55 | 33 |
| Octal | 27 | 332 | 354 | 132 | 10 | 0 | 7 | 271 | 125 | 63 |
| Binary | 10111 | 11011010 | 11101100 | 1011010 | 1000 | 0 | 111 | 10111001 | 1010101 | 110011 |
Color Harmonies of #17DAEC
Complementary color
Monochromatic Colors of #17DAEC
Black with #17DAEC
Text Example
Text Example
White with #17DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAEC; }
p { color: rgb(23,218,236); }
H1.HeaderClassName
{
color: #17DAEC;
}
.AnyTagClassName
{
color: #17DAEC;
}
</style>
background-color css
<style>
a { background-color: #17DAEC; }
a { background-color: rgb(23,218,236); }
div.DivClassName
{
background-color: #17DAEC;
}
.BgClassName
{
background-color: #17DAEC;
}
</style>
border-color css
<style>
span { border-color: #17DAEC; }
span { border-color: rgb(23,218,236); }
td.TdClassName
{
border-color: #17DAEC;
}
.TagClassName
{
border-color: #17DAEC;
}
</style>