Shades of Turquoise Blue #60ECF1
Tints of Turquoise Blue #60ECF1
RGB
CMYK
RGB Variations
Color information
#60ECF1 (or 0x60ECF1) is known color: Turquoise Blue. HEX triplet: 60, EC and F1. RGB value is (96,236,241). Sum of RGB (Red+Green+Blue) = 96+236+241=573 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.75% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #60ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECF1 is #9F130E. Grayscale: #C2C2C2. Windows color (decimal): -10425103 or 15854688. OLE color: 15854688.
HSL color Cylindrical-coordinate representation of color #60ECF1: hue angle of 182.07º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60ECF1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 236 | 241 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.05 |
| HSL | 182.07º | 0.84% | 0.66% | - |
| HSV(B) | 182.07º | 0.6% | 0.95% | - |
| XYZ | 50.7 | 68.83 | 93.83 | - |
| YUV | 194.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 241 | 0.60 | 0.02 | 0 | 0.05 | 182.07 | 0.84 | 0.66 |
| Hex | 60 | EC | F1 | 3C | 2 | 0 | 5 | B6 | 54 | 42 |
| Octal | 140 | 354 | 361 | 74 | 2 | 0 | 5 | 266 | 124 | 102 |
| Binary | 1100000 | 11101100 | 11110001 | 111100 | 10 | 0 | 101 | 10110110 | 1010100 | 1000010 |
Color Harmonies of #60ECF1
Complementary color
Monochromatic Colors of #60ECF1
Black with #60ECF1
Text Example
Text Example
White with #60ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECF1; }
p { color: rgb(96,236,241); }
H1.HeaderClassName
{
color: #60ECF1;
}
.AnyTagClassName
{
color: #60ECF1;
}
</style>
background-color css
<style>
a { background-color: #60ECF1; }
a { background-color: rgb(96,236,241); }
div.DivClassName
{
background-color: #60ECF1;
}
.BgClassName
{
background-color: #60ECF1;
}
</style>
border-color css
<style>
span { border-color: #60ECF1; }
span { border-color: rgb(96,236,241); }
td.TdClassName
{
border-color: #60ECF1;
}
.TagClassName
{
border-color: #60ECF1;
}
</style>