Shades of Bright Turquoise #17EBED
Tints of Bright Turquoise #17EBED
RGB
CMYK
RGB Variations
Color information
#17EBED (or 0x17EBED) is known color: Bright Turquoise. HEX triplet: 17, EB and ED. RGB value is (23,235,237). Sum of RGB (Red+Green+Blue) = 23+235+237=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #17EBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EBED is #E81412. Grayscale: #ABABAB. Windows color (decimal): -15209491 or 15592215. OLE color: 15592215.
HSL color Cylindrical-coordinate representation of color #17EBED: hue angle of 180.56º 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 #17EBED is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 235 | 237 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.07 |
| HSL | 180.56º | 0.86% | 0.51% | - |
| HSV(B) | 180.56º | 0.9% | 0.93% | - |
| XYZ | 45.35 | 65.71 | 90.41 | - |
| YUV | 171.84 | 164.76 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 235 | 237 | 0.90 | 0.01 | 0 | 0.07 | 180.56 | 0.86 | 0.51 |
| Hex | 17 | EB | ED | 5A | 1 | 0 | 7 | B5 | 56 | 33 |
| Octal | 27 | 353 | 355 | 132 | 1 | 0 | 7 | 265 | 126 | 63 |
| Binary | 10111 | 11101011 | 11101101 | 1011010 | 1 | 0 | 111 | 10110101 | 1010110 | 110011 |
Color Harmonies of #17EBED
Complementary color
Monochromatic Colors of #17EBED
Black with #17EBED
Text Example
Text Example
White with #17EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EBED; }
p { color: rgb(23,235,237); }
H1.HeaderClassName
{
color: #17EBED;
}
.AnyTagClassName
{
color: #17EBED;
}
</style>
background-color css
<style>
a { background-color: #17EBED; }
a { background-color: rgb(23,235,237); }
div.DivClassName
{
background-color: #17EBED;
}
.BgClassName
{
background-color: #17EBED;
}
</style>
border-color css
<style>
span { border-color: #17EBED; }
span { border-color: rgb(23,235,237); }
td.TdClassName
{
border-color: #17EBED;
}
.TagClassName
{
border-color: #17EBED;
}
</style>