Shades of Dark Turquoise #17CFE5
Tints of Dark Turquoise #17CFE5
RGB
CMYK
RGB Variations
Color information
#17CFE5 (or 0x17CFE5) is known color: Dark Turquoise. HEX triplet: 17, CF and E5. RGB value is (23,207,229). Sum of RGB (Red+Green+Blue) = 23+207+229=459 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.01% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #17CFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CFE5 is #E8301A. Grayscale: #9A9A9A. Windows color (decimal): -15216667 or 15060759. OLE color: 15060759.
HSL color Cylindrical-coordinate representation of color #17CFE5: hue angle of 186.41º 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 #17CFE5 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 207 | 229 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.10 |
| HSL | 186.41º | 0.82% | 0.49% | - |
| HSV(B) | 186.41º | 0.9% | 0.9% | - |
| XYZ | 36.81 | 50.46 | 81.93 | - |
| YUV | 154.49 | 170.04 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 229 | 0.90 | 0.10 | 0 | 0.10 | 186.41 | 0.82 | 0.49 |
| Hex | 17 | CF | E5 | 5A | A | 0 | A | BA | 52 | 31 |
| Octal | 27 | 317 | 345 | 132 | 12 | 0 | 12 | 272 | 122 | 61 |
| Binary | 10111 | 11001111 | 11100101 | 1011010 | 1010 | 0 | 1010 | 10111010 | 1010010 | 110001 |
Color Harmonies of #17CFE5
Complementary color
Monochromatic Colors of #17CFE5
Black with #17CFE5
Text Example
Text Example
White with #17CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFE5; }
p { color: rgb(23,207,229); }
H1.HeaderClassName
{
color: #17CFE5;
}
.AnyTagClassName
{
color: #17CFE5;
}
</style>
background-color css
<style>
a { background-color: #17CFE5; }
a { background-color: rgb(23,207,229); }
div.DivClassName
{
background-color: #17CFE5;
}
.BgClassName
{
background-color: #17CFE5;
}
</style>
border-color css
<style>
span { border-color: #17CFE5; }
span { border-color: rgb(23,207,229); }
td.TdClassName
{
border-color: #17CFE5;
}
.TagClassName
{
border-color: #17CFE5;
}
</style>