Shades of Dark Turquoise #17D0E5
Tints of Dark Turquoise #17D0E5
RGB
CMYK
RGB Variations
Color information
#17D0E5 (or 0x17D0E5) is known color: Dark Turquoise. HEX triplet: 17, D0 and E5. RGB value is (23,208,229). Sum of RGB (Red+Green+Blue) = 23+208+229=460 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #17D0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D0E5 is #E82F1A. Grayscale: #9A9A9A. Windows color (decimal): -15216411 or 15061015. OLE color: 15061015.
HSL color Cylindrical-coordinate representation of color #17D0E5: hue angle of 186.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D0E5 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 208 | 229 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.10 |
| HSL | 186.12º | 0.82% | 0.49% | - |
| HSV(B) | 186.12º | 0.9% | 0.9% | - |
| XYZ | 37.05 | 50.95 | 82.01 | - |
| YUV | 155.08 | 169.71 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 208 | 229 | 0.90 | 0.09 | 0 | 0.10 | 186.12 | 0.82 | 0.49 |
| Hex | 17 | D0 | E5 | 5A | 9 | 0 | A | BA | 52 | 31 |
| Octal | 27 | 320 | 345 | 132 | 11 | 0 | 12 | 272 | 122 | 61 |
| Binary | 10111 | 11010000 | 11100101 | 1011010 | 1001 | 0 | 1010 | 10111010 | 1010010 | 110001 |
Color Harmonies of #17D0E5
Complementary color
Monochromatic Colors of #17D0E5
Black with #17D0E5
Text Example
Text Example
White with #17D0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D0E5; }
p { color: rgb(23,208,229); }
H1.HeaderClassName
{
color: #17D0E5;
}
.AnyTagClassName
{
color: #17D0E5;
}
</style>
background-color css
<style>
a { background-color: #17D0E5; }
a { background-color: rgb(23,208,229); }
div.DivClassName
{
background-color: #17D0E5;
}
.BgClassName
{
background-color: #17D0E5;
}
</style>
border-color css
<style>
span { border-color: #17D0E5; }
span { border-color: rgb(23,208,229); }
td.TdClassName
{
border-color: #17D0E5;
}
.TagClassName
{
border-color: #17D0E5;
}
</style>