Shades of Bright Turquoise #17E2DD
Tints of Bright Turquoise #17E2DD
RGB
CMYK
RGB Variations
Color information
#17E2DD (or 0x17E2DD) is known color: Bright Turquoise. HEX triplet: 17, E2 and DD. RGB value is (23,226,221). Sum of RGB (Red+Green+Blue) = 23+226+221=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #17E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E2DD is #E81D22. Grayscale: #A4A4A4. Windows color (decimal): -15211811 or 14541335. OLE color: 14541335.
HSL color Cylindrical-coordinate representation of color #17E2DD: hue angle of 178.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E2DD is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 226 | 221 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.11 |
| HSL | 178.52º | 0.82% | 0.49% | - |
| HSV(B) | 178.52º | 0.9% | 0.89% | - |
| XYZ | 40.6 | 59.8 | 77.81 | - |
| YUV | 164.73 | 159.75 | 26.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 226 | 221 | 0.90 | 0 | 0.02 | 0.11 | 178.52 | 0.82 | 0.49 |
| Hex | 17 | E2 | DD | 5A | 0 | 2 | B | B3 | 52 | 31 |
| Octal | 27 | 342 | 335 | 132 | 0 | 2 | 13 | 263 | 122 | 61 |
| Binary | 10111 | 11100010 | 11011101 | 1011010 | 0 | 10 | 1011 | 10110011 | 1010010 | 110001 |
Color Harmonies of #17E2DD
Complementary color
Monochromatic Colors of #17E2DD
Black with #17E2DD
Text Example
Text Example
White with #17E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E2DD; }
p { color: rgb(23,226,221); }
H1.HeaderClassName
{
color: #17E2DD;
}
.AnyTagClassName
{
color: #17E2DD;
}
</style>
background-color css
<style>
a { background-color: #17E2DD; }
a { background-color: rgb(23,226,221); }
div.DivClassName
{
background-color: #17E2DD;
}
.BgClassName
{
background-color: #17E2DD;
}
</style>
border-color css
<style>
span { border-color: #17E2DD; }
span { border-color: rgb(23,226,221); }
td.TdClassName
{
border-color: #17E2DD;
}
.TagClassName
{
border-color: #17E2DD;
}
</style>