Shades of Bright Turquoise #17DCEA
Tints of Bright Turquoise #17DCEA
RGB
CMYK
RGB Variations
Color information
#17DCEA (or 0x17DCEA) is known color: Bright Turquoise. HEX triplet: 17, DC and EA. RGB value is (23,220,234). Sum of RGB (Red+Green+Blue) = 23+220+234=477 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.82% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #17DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCEA is #E82315. Grayscale: #A2A2A2. Windows color (decimal): -15213334 or 15391767. OLE color: 15391767.
HSL color Cylindrical-coordinate representation of color #17DCEA: hue angle of 183.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DCEA is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 220 | 234 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.08 |
| HSL | 183.98º | 0.83% | 0.5% | - |
| HSV(B) | 183.98º | 0.9% | 0.92% | - |
| XYZ | 40.8 | 57.31 | 86.75 | - |
| YUV | 162.69 | 168.23 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 234 | 0.90 | 0.06 | 0 | 0.08 | 183.98 | 0.83 | 0.5 |
| Hex | 17 | DC | EA | 5A | 6 | 0 | 8 | B8 | 53 | 32 |
| Octal | 27 | 334 | 352 | 132 | 6 | 0 | 10 | 270 | 123 | 62 |
| Binary | 10111 | 11011100 | 11101010 | 1011010 | 110 | 0 | 1000 | 10111000 | 1010011 | 110010 |
Color Harmonies of #17DCEA
Complementary color
Monochromatic Colors of #17DCEA
Black with #17DCEA
Text Example
Text Example
White with #17DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCEA; }
p { color: rgb(23,220,234); }
H1.HeaderClassName
{
color: #17DCEA;
}
.AnyTagClassName
{
color: #17DCEA;
}
</style>
background-color css
<style>
a { background-color: #17DCEA; }
a { background-color: rgb(23,220,234); }
div.DivClassName
{
background-color: #17DCEA;
}
.BgClassName
{
background-color: #17DCEA;
}
</style>
border-color css
<style>
span { border-color: #17DCEA; }
span { border-color: rgb(23,220,234); }
td.TdClassName
{
border-color: #17DCEA;
}
.TagClassName
{
border-color: #17DCEA;
}
</style>