Shades of Bright Turquoise #17EDDC
Tints of Bright Turquoise #17EDDC
RGB
CMYK
RGB Variations
Color information
#17EDDC (or 0x17EDDC) is known color: Bright Turquoise. HEX triplet: 17, ED and DC. RGB value is (23,237,220). Sum of RGB (Red+Green+Blue) = 23+237+220=480 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.79% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDDC is #E81223. Grayscale: #AAAAAA. Windows color (decimal): -15208996 or 14478615. OLE color: 14478615.
HSL color Cylindrical-coordinate representation of color #17EDDC: hue angle of 175.23º 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 #17EDDC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 237 | 220 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.07 |
| HSL | 175.23º | 0.86% | 0.51% | - |
| HSV(B) | 175.23º | 0.9% | 0.93% | - |
| XYZ | 43.56 | 65.92 | 78.14 | - |
| YUV | 171.08 | 155.6 | 22.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 220 | 0.90 | 0 | 0.07 | 0.07 | 175.23 | 0.86 | 0.51 |
| Hex | 17 | ED | DC | 5A | 0 | 7 | 7 | AF | 56 | 33 |
| Octal | 27 | 355 | 334 | 132 | 0 | 7 | 7 | 257 | 126 | 63 |
| Binary | 10111 | 11101101 | 11011100 | 1011010 | 0 | 111 | 111 | 10101111 | 1010110 | 110011 |
Color Harmonies of #17EDDC
Complementary color
Monochromatic Colors of #17EDDC
Black with #17EDDC
Text Example
Text Example
White with #17EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDDC; }
p { color: rgb(23,237,220); }
H1.HeaderClassName
{
color: #17EDDC;
}
.AnyTagClassName
{
color: #17EDDC;
}
</style>
background-color css
<style>
a { background-color: #17EDDC; }
a { background-color: rgb(23,237,220); }
div.DivClassName
{
background-color: #17EDDC;
}
.BgClassName
{
background-color: #17EDDC;
}
</style>
border-color css
<style>
span { border-color: #17EDDC; }
span { border-color: rgb(23,237,220); }
td.TdClassName
{
border-color: #17EDDC;
}
.TagClassName
{
border-color: #17EDDC;
}
</style>