Shades of Bright Turquoise #17F2EF
Tints of Bright Turquoise #17F2EF
RGB
CMYK
RGB Variations
Color information
#17F2EF (or 0x17F2EF) is known color: Bright Turquoise. HEX triplet: 17, F2 and EF. RGB value is (23,242,239). Sum of RGB (Red+Green+Blue) = 23+242+239=504 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.56% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F2EF is #E80D10. Grayscale: #AFAFAF. Windows color (decimal): -15207697 or 15725079. OLE color: 15725079.
HSL color Cylindrical-coordinate representation of color #17F2EF: hue angle of 179.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2EF is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 242 | 239 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.05 |
| HSL | 179.18º | 0.89% | 0.52% | - |
| HSV(B) | 179.18º | 0.9% | 0.95% | - |
| XYZ | 47.69 | 69.92 | 92.64 | - |
| YUV | 176.18 | 163.45 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 242 | 239 | 0.90 | 0 | 0.01 | 0.05 | 179.18 | 0.89 | 0.52 |
| Hex | 17 | F2 | EF | 5A | 0 | 1 | 5 | B3 | 59 | 34 |
| Octal | 27 | 362 | 357 | 132 | 0 | 1 | 5 | 263 | 131 | 64 |
| Binary | 10111 | 11110010 | 11101111 | 1011010 | 0 | 1 | 101 | 10110011 | 1011001 | 110100 |
Color Harmonies of #17F2EF
Complementary color
Monochromatic Colors of #17F2EF
Black with #17F2EF
Text Example
Text Example
White with #17F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F2EF; }
p { color: rgb(23,242,239); }
H1.HeaderClassName
{
color: #17F2EF;
}
.AnyTagClassName
{
color: #17F2EF;
}
</style>
background-color css
<style>
a { background-color: #17F2EF; }
a { background-color: rgb(23,242,239); }
div.DivClassName
{
background-color: #17F2EF;
}
.BgClassName
{
background-color: #17F2EF;
}
</style>
border-color css
<style>
span { border-color: #17F2EF; }
span { border-color: rgb(23,242,239); }
td.TdClassName
{
border-color: #17F2EF;
}
.TagClassName
{
border-color: #17F2EF;
}
</style>