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