Shades of Dark Turquoise #17CAE5
Tints of Dark Turquoise #17CAE5
RGB
CMYK
RGB Variations
Color information
#17CAE5 (or 0x17CAE5) is known color: Dark Turquoise. HEX triplet: 17, CA and E5. RGB value is (23,202,229). Sum of RGB (Red+Green+Blue) = 23+202+229=454 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.07% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #17CAE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CAE5 is #E8351A. Grayscale: #979797. Windows color (decimal): -15217947 or 15059479. OLE color: 15059479.
HSL color Cylindrical-coordinate representation of color #17CAE5: hue angle of 187.86º 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 #17CAE5 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 202 | 229 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.10 |
| HSL | 187.86º | 0.82% | 0.49% | - |
| HSV(B) | 187.86º | 0.9% | 0.9% | - |
| XYZ | 35.62 | 48.08 | 81.53 | - |
| YUV | 151.56 | 171.7 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 202 | 229 | 0.90 | 0.12 | 0 | 0.10 | 187.86 | 0.82 | 0.49 |
| Hex | 17 | CA | E5 | 5A | C | 0 | A | BC | 52 | 31 |
| Octal | 27 | 312 | 345 | 132 | 14 | 0 | 12 | 274 | 122 | 61 |
| Binary | 10111 | 11001010 | 11100101 | 1011010 | 1100 | 0 | 1010 | 10111100 | 1010010 | 110001 |
Color Harmonies of #17CAE5
Complementary color
Monochromatic Colors of #17CAE5
Black with #17CAE5
Text Example
Text Example
White with #17CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CAE5; }
p { color: rgb(23,202,229); }
H1.HeaderClassName
{
color: #17CAE5;
}
.AnyTagClassName
{
color: #17CAE5;
}
</style>
background-color css
<style>
a { background-color: #17CAE5; }
a { background-color: rgb(23,202,229); }
div.DivClassName
{
background-color: #17CAE5;
}
.BgClassName
{
background-color: #17CAE5;
}
</style>
border-color css
<style>
span { border-color: #17CAE5; }
span { border-color: rgb(23,202,229); }
td.TdClassName
{
border-color: #17CAE5;
}
.TagClassName
{
border-color: #17CAE5;
}
</style>