Shades of Turquoise Blue #60ECF3
Tints of Turquoise Blue #60ECF3
RGB
CMYK
RGB Variations
Color information
#60ECF3 (or 0x60ECF3) is known color: Turquoise Blue. HEX triplet: 60, EC and F3. RGB value is (96,236,243). Sum of RGB (Red+Green+Blue) = 96+236+243=575 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.70% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #60ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECF3 is #9F130C. Grayscale: #C2C2C2. Windows color (decimal): -10425101 or 15985760. OLE color: 15985760.
HSL color Cylindrical-coordinate representation of color #60ECF3: hue angle of 182.86º degrees, saturation: 0.86, 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 #60ECF3 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 236 | 243 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.05 |
| HSL | 182.86º | 0.86% | 0.66% | - |
| HSV(B) | 182.86º | 0.6% | 0.95% | - |
| XYZ | 51 | 68.95 | 95.41 | - |
| YUV | 194.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 243 | 0.60 | 0.03 | 0 | 0.05 | 182.86 | 0.86 | 0.66 |
| Hex | 60 | EC | F3 | 3C | 3 | 0 | 5 | B7 | 56 | 42 |
| Octal | 140 | 354 | 363 | 74 | 3 | 0 | 5 | 267 | 126 | 102 |
| Binary | 1100000 | 11101100 | 11110011 | 111100 | 11 | 0 | 101 | 10110111 | 1010110 | 1000010 |
Color Harmonies of #60ECF3
Complementary color
Monochromatic Colors of #60ECF3
Black with #60ECF3
Text Example
Text Example
White with #60ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECF3; }
p { color: rgb(96,236,243); }
H1.HeaderClassName
{
color: #60ECF3;
}
.AnyTagClassName
{
color: #60ECF3;
}
</style>
background-color css
<style>
a { background-color: #60ECF3; }
a { background-color: rgb(96,236,243); }
div.DivClassName
{
background-color: #60ECF3;
}
.BgClassName
{
background-color: #60ECF3;
}
</style>
border-color css
<style>
span { border-color: #60ECF3; }
span { border-color: rgb(96,236,243); }
td.TdClassName
{
border-color: #60ECF3;
}
.TagClassName
{
border-color: #60ECF3;
}
</style>