Shades of Bright Turquoise #17EEED
Tints of Bright Turquoise #17EEED
RGB
CMYK
RGB Variations
Color information
#17EEED (or 0x17EEED) is known color: Bright Turquoise. HEX triplet: 17, EE and ED. RGB value is (23,238,237). Sum of RGB (Red+Green+Blue) = 23+238+237=498 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.62% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #17EEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EEED is #E81112. Grayscale: #ADADAD. Windows color (decimal): -15208723 or 15592983. OLE color: 15592983.
HSL color Cylindrical-coordinate representation of color #17EEED: hue angle of 179.72º 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 #17EEED is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 237 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.07 |
| HSL | 179.72º | 0.86% | 0.51% | - |
| HSV(B) | 179.72º | 0.9% | 0.93% | - |
| XYZ | 46.21 | 67.45 | 90.7 | - |
| YUV | 173.6 | 163.77 | 20.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 237 | 0.90 | 0 | 0.00 | 0.07 | 179.72 | 0.86 | 0.51 |
| Hex | 17 | EE | ED | 5A | 0 | 0 | 7 | B4 | 56 | 33 |
| Octal | 27 | 356 | 355 | 132 | 0 | 0 | 7 | 264 | 126 | 63 |
| Binary | 10111 | 11101110 | 11101101 | 1011010 | 0 | 0 | 111 | 10110100 | 1010110 | 110011 |
Color Harmonies of #17EEED
Complementary color
Monochromatic Colors of #17EEED
Black with #17EEED
Text Example
Text Example
White with #17EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEED; }
p { color: rgb(23,238,237); }
H1.HeaderClassName
{
color: #17EEED;
}
.AnyTagClassName
{
color: #17EEED;
}
</style>
background-color css
<style>
a { background-color: #17EEED; }
a { background-color: rgb(23,238,237); }
div.DivClassName
{
background-color: #17EEED;
}
.BgClassName
{
background-color: #17EEED;
}
</style>
border-color css
<style>
span { border-color: #17EEED; }
span { border-color: rgb(23,238,237); }
td.TdClassName
{
border-color: #17EEED;
}
.TagClassName
{
border-color: #17EEED;
}
</style>