Shades of Bright Turquoise #17EED0
Tints of Bright Turquoise #17EED0
RGB
CMYK
RGB Variations
Color information
#17EED0 (or 0x17EED0) is known color: Bright Turquoise. HEX triplet: 17, EE and D0. RGB value is (23,238,208). Sum of RGB (Red+Green+Blue) = 23+238+208=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #17EED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EED0 is #E8112F. Grayscale: #AAAAAA. Windows color (decimal): -15208752 or 13692439. OLE color: 13692439.
HSL color Cylindrical-coordinate representation of color #17EED0: hue angle of 171.63º degrees, saturation: 0.86, 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 #17EED0 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 208 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.07 |
| HSL | 171.63º | 0.86% | 0.51% | - |
| HSV(B) | 171.63º | 0.9% | 0.93% | - |
| XYZ | 42.31 | 65.89 | 70.16 | - |
| YUV | 170.3 | 149.27 | 22.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 208 | 0.90 | 0 | 0.13 | 0.07 | 171.63 | 0.86 | 0.51 |
| Hex | 17 | EE | D0 | 5A | 0 | D | 7 | AC | 56 | 33 |
| Octal | 27 | 356 | 320 | 132 | 0 | 15 | 7 | 254 | 126 | 63 |
| Binary | 10111 | 11101110 | 11010000 | 1011010 | 0 | 1101 | 111 | 10101100 | 1010110 | 110011 |
Color Harmonies of #17EED0
Complementary color
Monochromatic Colors of #17EED0
Black with #17EED0
Text Example
Text Example
White with #17EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EED0; }
p { color: rgb(23,238,208); }
H1.HeaderClassName
{
color: #17EED0;
}
.AnyTagClassName
{
color: #17EED0;
}
</style>
background-color css
<style>
a { background-color: #17EED0; }
a { background-color: rgb(23,238,208); }
div.DivClassName
{
background-color: #17EED0;
}
.BgClassName
{
background-color: #17EED0;
}
</style>
border-color css
<style>
span { border-color: #17EED0; }
span { border-color: rgb(23,238,208); }
td.TdClassName
{
border-color: #17EED0;
}
.TagClassName
{
border-color: #17EED0;
}
</style>