Shades of Bright Turquoise #17ECCF
Tints of Bright Turquoise #17ECCF
RGB
CMYK
RGB Variations
Color information
#17ECCF (or 0x17ECCF) is known color: Bright Turquoise. HEX triplet: 17, EC and CF. RGB value is (23,236,207). Sum of RGB (Red+Green+Blue) = 23+236+207=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECCF is #E81330. Grayscale: #A8A8A8. Windows color (decimal): -15209265 or 13626391. OLE color: 13626391.
HSL color Cylindrical-coordinate representation of color #17ECCF: hue angle of 171.83º degrees, saturation: 0.85, 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 #17ECCF is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 207 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.07 |
| HSL | 171.83º | 0.85% | 0.51% | - |
| HSV(B) | 171.83º | 0.9% | 0.93% | - |
| XYZ | 41.61 | 64.68 | 69.32 | - |
| YUV | 169.01 | 149.43 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 207 | 0.90 | 0 | 0.12 | 0.07 | 171.83 | 0.85 | 0.51 |
| Hex | 17 | EC | CF | 5A | 0 | C | 7 | AC | 55 | 33 |
| Octal | 27 | 354 | 317 | 132 | 0 | 14 | 7 | 254 | 125 | 63 |
| Binary | 10111 | 11101100 | 11001111 | 1011010 | 0 | 1100 | 111 | 10101100 | 1010101 | 110011 |
Color Harmonies of #17ECCF
Complementary color
Monochromatic Colors of #17ECCF
Black with #17ECCF
Text Example
Text Example
White with #17ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECCF; }
p { color: rgb(23,236,207); }
H1.HeaderClassName
{
color: #17ECCF;
}
.AnyTagClassName
{
color: #17ECCF;
}
</style>
background-color css
<style>
a { background-color: #17ECCF; }
a { background-color: rgb(23,236,207); }
div.DivClassName
{
background-color: #17ECCF;
}
.BgClassName
{
background-color: #17ECCF;
}
</style>
border-color css
<style>
span { border-color: #17ECCF; }
span { border-color: rgb(23,236,207); }
td.TdClassName
{
border-color: #17ECCF;
}
.TagClassName
{
border-color: #17ECCF;
}
</style>