Shades of Bright Turquoise #17ECF4
Tints of Bright Turquoise #17ECF4
RGB
CMYK
RGB Variations
Color information
#17ECF4 (or 0x17ECF4) is known color: Bright Turquoise. HEX triplet: 17, EC and F4. RGB value is (23,236,244). Sum of RGB (Red+Green+Blue) = 23+236+244=503 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.57% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #17ECF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17ECF4 is #E8130B. Grayscale: #ACACAC. Windows color (decimal): -15209228 or 16051223. OLE color: 16051223.
HSL color Cylindrical-coordinate representation of color #17ECF4: hue angle of 182.17º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17ECF4 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 236 | 244 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.04 |
| HSL | 182.17º | 0.91% | 0.52% | - |
| HSV(B) | 182.17º | 0.91% | 0.96% | - |
| XYZ | 46.68 | 66.7 | 96 | - |
| YUV | 173.23 | 167.93 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 244 | 0.91 | 0.03 | 0 | 0.04 | 182.17 | 0.91 | 0.52 |
| Hex | 17 | EC | F4 | 5B | 3 | 0 | 4 | B6 | 5B | 34 |
| Octal | 27 | 354 | 364 | 133 | 3 | 0 | 4 | 266 | 133 | 64 |
| Binary | 10111 | 11101100 | 11110100 | 1011011 | 11 | 0 | 100 | 10110110 | 1011011 | 110100 |
Color Harmonies of #17ECF4
Complementary color
Monochromatic Colors of #17ECF4
Black with #17ECF4
Text Example
Text Example
White with #17ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECF4; }
p { color: rgb(23,236,244); }
H1.HeaderClassName
{
color: #17ECF4;
}
.AnyTagClassName
{
color: #17ECF4;
}
</style>
background-color css
<style>
a { background-color: #17ECF4; }
a { background-color: rgb(23,236,244); }
div.DivClassName
{
background-color: #17ECF4;
}
.BgClassName
{
background-color: #17ECF4;
}
</style>
border-color css
<style>
span { border-color: #17ECF4; }
span { border-color: rgb(23,236,244); }
td.TdClassName
{
border-color: #17ECF4;
}
.TagClassName
{
border-color: #17ECF4;
}
</style>