Shades of Bright Turquoise #17EFDF
Tints of Bright Turquoise #17EFDF
RGB
CMYK
RGB Variations
Color information
#17EFDF (or 0x17EFDF) is known color: Bright Turquoise. HEX triplet: 17, EF and DF. RGB value is (23,239,223). Sum of RGB (Red+Green+Blue) = 23+239+223=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EFDF is #E81020. Grayscale: #ACACAC. Windows color (decimal): -15208481 or 14675735. OLE color: 14675735.
HSL color Cylindrical-coordinate representation of color #17EFDF: hue angle of 175.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 #17EFDF is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 239 | 223 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.06 |
| HSL | 175.56º | 0.87% | 0.51% | - |
| HSV(B) | 175.56º | 0.9% | 0.94% | - |
| XYZ | 44.54 | 67.24 | 80.44 | - |
| YUV | 172.59 | 156.44 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 223 | 0.90 | 0 | 0.07 | 0.06 | 175.56 | 0.87 | 0.51 |
| Hex | 17 | EF | DF | 5A | 0 | 7 | 6 | B0 | 57 | 33 |
| Octal | 27 | 357 | 337 | 132 | 0 | 7 | 6 | 260 | 127 | 63 |
| Binary | 10111 | 11101111 | 11011111 | 1011010 | 0 | 111 | 110 | 10110000 | 1010111 | 110011 |
Color Harmonies of #17EFDF
Complementary color
Monochromatic Colors of #17EFDF
Black with #17EFDF
Text Example
Text Example
White with #17EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFDF; }
p { color: rgb(23,239,223); }
H1.HeaderClassName
{
color: #17EFDF;
}
.AnyTagClassName
{
color: #17EFDF;
}
</style>
background-color css
<style>
a { background-color: #17EFDF; }
a { background-color: rgb(23,239,223); }
div.DivClassName
{
background-color: #17EFDF;
}
.BgClassName
{
background-color: #17EFDF;
}
</style>
border-color css
<style>
span { border-color: #17EFDF; }
span { border-color: rgb(23,239,223); }
td.TdClassName
{
border-color: #17EFDF;
}
.TagClassName
{
border-color: #17EFDF;
}
</style>