Shades of Turquoise Blue #60ECF4
Tints of Turquoise Blue #60ECF4
RGB
CMYK
RGB Variations
Color information
#60ECF4 (or 0x60ECF4) is known color: Turquoise Blue. HEX triplet: 60, EC and F4. RGB value is (96,236,244). Sum of RGB (Red+Green+Blue) = 96+236+244=576 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.67% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #60ECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECF4 is #9F130B. Grayscale: #C2C2C2. Windows color (decimal): -10425100 or 16051296. OLE color: 16051296.
HSL color Cylindrical-coordinate representation of color #60ECF4: hue angle of 183.24º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60ECF4 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 236 | 244 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.04 |
| HSL | 183.24º | 0.87% | 0.67% | - |
| HSV(B) | 183.24º | 0.61% | 0.96% | - |
| XYZ | 51.15 | 69.01 | 96.21 | - |
| YUV | 195.05 | 155.62 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 244 | 0.61 | 0.03 | 0 | 0.04 | 183.24 | 0.87 | 0.67 |
| Hex | 60 | EC | F4 | 3D | 3 | 0 | 4 | B7 | 57 | 43 |
| Octal | 140 | 354 | 364 | 75 | 3 | 0 | 4 | 267 | 127 | 103 |
| Binary | 1100000 | 11101100 | 11110100 | 111101 | 11 | 0 | 100 | 10110111 | 1010111 | 1000011 |
Color Harmonies of #60ECF4
Complementary color
Monochromatic Colors of #60ECF4
Black with #60ECF4
Text Example
Text Example
White with #60ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECF4; }
p { color: rgb(96,236,244); }
H1.HeaderClassName
{
color: #60ECF4;
}
.AnyTagClassName
{
color: #60ECF4;
}
</style>
background-color css
<style>
a { background-color: #60ECF4; }
a { background-color: rgb(96,236,244); }
div.DivClassName
{
background-color: #60ECF4;
}
.BgClassName
{
background-color: #60ECF4;
}
</style>
border-color css
<style>
span { border-color: #60ECF4; }
span { border-color: rgb(96,236,244); }
td.TdClassName
{
border-color: #60ECF4;
}
.TagClassName
{
border-color: #60ECF4;
}
</style>