Shades of Bright Turquoise #17EBE0
Tints of Bright Turquoise #17EBE0
RGB
CMYK
RGB Variations
Color information
#17EBE0 (or 0x17EBE0) is known color: Bright Turquoise. HEX triplet: 17, EB and E0. RGB value is (23,235,224). Sum of RGB (Red+Green+Blue) = 23+235+224=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBE0 is #E8141F. Grayscale: #AAAAAA. Windows color (decimal): -15209504 or 14740247. OLE color: 14740247.
HSL color Cylindrical-coordinate representation of color #17EBE0: hue angle of 176.89º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EBE0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 235 | 224 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.08 |
| HSL | 176.89º | 0.84% | 0.51% | - |
| HSV(B) | 176.89º | 0.9% | 0.92% | - |
| XYZ | 43.52 | 64.98 | 80.77 | - |
| YUV | 170.36 | 158.26 | 22.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 235 | 224 | 0.90 | 0 | 0.05 | 0.08 | 176.89 | 0.84 | 0.51 |
| Hex | 17 | EB | E0 | 5A | 0 | 5 | 8 | B1 | 54 | 33 |
| Octal | 27 | 353 | 340 | 132 | 0 | 5 | 10 | 261 | 124 | 63 |
| Binary | 10111 | 11101011 | 11100000 | 1011010 | 0 | 101 | 1000 | 10110001 | 1010100 | 110011 |
Color Harmonies of #17EBE0
Complementary color
Monochromatic Colors of #17EBE0
Black with #17EBE0
Text Example
Text Example
White with #17EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EBE0; }
p { color: rgb(23,235,224); }
H1.HeaderClassName
{
color: #17EBE0;
}
.AnyTagClassName
{
color: #17EBE0;
}
</style>
background-color css
<style>
a { background-color: #17EBE0; }
a { background-color: rgb(23,235,224); }
div.DivClassName
{
background-color: #17EBE0;
}
.BgClassName
{
background-color: #17EBE0;
}
</style>
border-color css
<style>
span { border-color: #17EBE0; }
span { border-color: rgb(23,235,224); }
td.TdClassName
{
border-color: #17EBE0;
}
.TagClassName
{
border-color: #17EBE0;
}
</style>