Shades of Bright Turquoise #17EFCD
Tints of Bright Turquoise #17EFCD
RGB
CMYK
RGB Variations
Color information
#17EFCD (or 0x17EFCD) is known color: Bright Turquoise. HEX triplet: 17, EF and CD. RGB value is (23,239,205). Sum of RGB (Red+Green+Blue) = 23+239+205=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EFCD is #E81032. Grayscale: #AAAAAA. Windows color (decimal): -15208499 or 13496087. OLE color: 13496087.
HSL color Cylindrical-coordinate representation of color #17EFCD: hue angle of 170.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EFCD is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 239 | 205 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.06 |
| HSL | 170.56º | 0.87% | 0.51% | - |
| HSV(B) | 170.56º | 0.9% | 0.94% | - |
| XYZ | 42.24 | 66.32 | 68.33 | - |
| YUV | 170.54 | 147.44 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 205 | 0.90 | 0 | 0.14 | 0.06 | 170.56 | 0.87 | 0.51 |
| Hex | 17 | EF | CD | 5A | 0 | E | 6 | AB | 57 | 33 |
| Octal | 27 | 357 | 315 | 132 | 0 | 16 | 6 | 253 | 127 | 63 |
| Binary | 10111 | 11101111 | 11001101 | 1011010 | 0 | 1110 | 110 | 10101011 | 1010111 | 110011 |
Color Harmonies of #17EFCD
Complementary color
Monochromatic Colors of #17EFCD
Black with #17EFCD
Text Example
Text Example
White with #17EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFCD; }
p { color: rgb(23,239,205); }
H1.HeaderClassName
{
color: #17EFCD;
}
.AnyTagClassName
{
color: #17EFCD;
}
</style>
background-color css
<style>
a { background-color: #17EFCD; }
a { background-color: rgb(23,239,205); }
div.DivClassName
{
background-color: #17EFCD;
}
.BgClassName
{
background-color: #17EFCD;
}
</style>
border-color css
<style>
span { border-color: #17EFCD; }
span { border-color: rgb(23,239,205); }
td.TdClassName
{
border-color: #17EFCD;
}
.TagClassName
{
border-color: #17EFCD;
}
</style>