Shades of Dark Turquoise #17CFE1
Tints of Dark Turquoise #17CFE1
RGB
CMYK
RGB Variations
Color information
#17CFE1 (or 0x17CFE1) is known color: Dark Turquoise. HEX triplet: 17, CF and E1. RGB value is (23,207,225). Sum of RGB (Red+Green+Blue) = 23+207+225=455 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.05% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #17CFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFE1 is #E8301E. Grayscale: #999999. Windows color (decimal): -15216671 or 14798615. OLE color: 14798615.
HSL color Cylindrical-coordinate representation of color #17CFE1: hue angle of 185.35º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CFE1 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 207 | 225 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.12 |
| HSL | 185.35º | 0.81% | 0.49% | - |
| HSV(B) | 185.35º | 0.9% | 0.88% | - |
| XYZ | 36.26 | 50.24 | 79.02 | - |
| YUV | 154.04 | 168.04 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 225 | 0.90 | 0.08 | 0 | 0.12 | 185.35 | 0.81 | 0.49 |
| Hex | 17 | CF | E1 | 5A | 8 | 0 | C | B9 | 51 | 31 |
| Octal | 27 | 317 | 341 | 132 | 10 | 0 | 14 | 271 | 121 | 61 |
| Binary | 10111 | 11001111 | 11100001 | 1011010 | 1000 | 0 | 1100 | 10111001 | 1010001 | 110001 |
Color Harmonies of #17CFE1
Complementary color
Monochromatic Colors of #17CFE1
Black with #17CFE1
Text Example
Text Example
White with #17CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFE1; }
p { color: rgb(23,207,225); }
H1.HeaderClassName
{
color: #17CFE1;
}
.AnyTagClassName
{
color: #17CFE1;
}
</style>
background-color css
<style>
a { background-color: #17CFE1; }
a { background-color: rgb(23,207,225); }
div.DivClassName
{
background-color: #17CFE1;
}
.BgClassName
{
background-color: #17CFE1;
}
</style>
border-color css
<style>
span { border-color: #17CFE1; }
span { border-color: rgb(23,207,225); }
td.TdClassName
{
border-color: #17CFE1;
}
.TagClassName
{
border-color: #17CFE1;
}
</style>