Shades of Bright Turquoise #17ECF5
Tints of Bright Turquoise #17ECF5
RGB
CMYK
RGB Variations
Color information
#17ECF5 (or 0x17ECF5) is known color: Bright Turquoise. HEX triplet: 17, EC and F5. RGB value is (23,236,245). Sum of RGB (Red+Green+Blue) = 23+236+245=504 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.56% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #17ECF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17ECF5 is #E8130A. Grayscale: #ADADAD. Windows color (decimal): -15209227 or 16116759. OLE color: 16116759.
HSL color Cylindrical-coordinate representation of color #17ECF5: hue angle of 182.43º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17ECF5 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 236 | 245 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.04 |
| HSL | 182.43º | 0.92% | 0.53% | - |
| HSV(B) | 182.43º | 0.91% | 0.96% | - |
| XYZ | 46.83 | 66.77 | 96.81 | - |
| YUV | 173.34 | 168.43 | 20.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 245 | 0.91 | 0.04 | 0 | 0.04 | 182.43 | 0.92 | 0.53 |
| Hex | 17 | EC | F5 | 5B | 4 | 0 | 4 | B6 | 5C | 35 |
| Octal | 27 | 354 | 365 | 133 | 4 | 0 | 4 | 266 | 134 | 65 |
| Binary | 10111 | 11101100 | 11110101 | 1011011 | 100 | 0 | 100 | 10110110 | 1011100 | 110101 |
Color Harmonies of #17ECF5
Complementary color
Monochromatic Colors of #17ECF5
Black with #17ECF5
Text Example
Text Example
White with #17ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECF5; }
p { color: rgb(23,236,245); }
H1.HeaderClassName
{
color: #17ECF5;
}
.AnyTagClassName
{
color: #17ECF5;
}
</style>
background-color css
<style>
a { background-color: #17ECF5; }
a { background-color: rgb(23,236,245); }
div.DivClassName
{
background-color: #17ECF5;
}
.BgClassName
{
background-color: #17ECF5;
}
</style>
border-color css
<style>
span { border-color: #17ECF5; }
span { border-color: rgb(23,236,245); }
td.TdClassName
{
border-color: #17ECF5;
}
.TagClassName
{
border-color: #17ECF5;
}
</style>