Shades of Bright Turquoise #17DED0
Tints of Bright Turquoise #17DED0
RGB
CMYK
RGB Variations
Color information
#17DED0 (or 0x17DED0) is known color: Bright Turquoise. HEX triplet: 17, DE and D0. RGB value is (23,222,208). Sum of RGB (Red+Green+Blue) = 23+222+208=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #17DED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DED0 is #E8212F. Grayscale: #A0A0A0. Windows color (decimal): -15212848 or 13688343. OLE color: 13688343.
HSL color Cylindrical-coordinate representation of color #17DED0: hue angle of 175.78º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DED0 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 208 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.13 |
| HSL | 175.78º | 0.81% | 0.48% | - |
| HSV(B) | 175.78º | 0.9% | 0.87% | - |
| XYZ | 37.86 | 56.98 | 68.68 | - |
| YUV | 160.9 | 154.57 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 208 | 0.90 | 0 | 0.06 | 0.13 | 175.78 | 0.81 | 0.48 |
| Hex | 17 | DE | D0 | 5A | 0 | 6 | D | B0 | 51 | 30 |
| Octal | 27 | 336 | 320 | 132 | 0 | 6 | 15 | 260 | 121 | 60 |
| Binary | 10111 | 11011110 | 11010000 | 1011010 | 0 | 110 | 1101 | 10110000 | 1010001 | 110000 |
Color Harmonies of #17DED0
Complementary color
Monochromatic Colors of #17DED0
Black with #17DED0
Text Example
Text Example
White with #17DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DED0; }
p { color: rgb(23,222,208); }
H1.HeaderClassName
{
color: #17DED0;
}
.AnyTagClassName
{
color: #17DED0;
}
</style>
background-color css
<style>
a { background-color: #17DED0; }
a { background-color: rgb(23,222,208); }
div.DivClassName
{
background-color: #17DED0;
}
.BgClassName
{
background-color: #17DED0;
}
</style>
border-color css
<style>
span { border-color: #17DED0; }
span { border-color: rgb(23,222,208); }
td.TdClassName
{
border-color: #17DED0;
}
.TagClassName
{
border-color: #17DED0;
}
</style>