Shades of Turquoise Blue #60E4F4
Tints of Turquoise Blue #60E4F4
RGB
CMYK
RGB Variations
Color information
#60E4F4 (or 0x60E4F4) is known color: Turquoise Blue. HEX triplet: 60, E4 and F4. RGB value is (96,228,244). Sum of RGB (Red+Green+Blue) = 96+228+244=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #60E4F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E4F4 is #9F1B0B. Grayscale: #BEBEBE. Windows color (decimal): -10427148 or 16049248. OLE color: 16049248.
HSL color Cylindrical-coordinate representation of color #60E4F4: hue angle of 186.49º 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 #60E4F4 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 228 | 244 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.04 |
| HSL | 186.49º | 0.87% | 0.67% | - |
| HSV(B) | 186.49º | 0.61% | 0.96% | - |
| XYZ | 48.9 | 64.51 | 95.46 | - |
| YUV | 190.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 228 | 244 | 0.61 | 0.07 | 0 | 0.04 | 186.49 | 0.87 | 0.67 |
| Hex | 60 | E4 | F4 | 3D | 7 | 0 | 4 | BA | 57 | 43 |
| Octal | 140 | 344 | 364 | 75 | 7 | 0 | 4 | 272 | 127 | 103 |
| Binary | 1100000 | 11100100 | 11110100 | 111101 | 111 | 0 | 100 | 10111010 | 1010111 | 1000011 |
Color Harmonies of #60E4F4
Complementary color
Monochromatic Colors of #60E4F4
Black with #60E4F4
Text Example
Text Example
White with #60E4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E4F4; }
p { color: rgb(96,228,244); }
H1.HeaderClassName
{
color: #60E4F4;
}
.AnyTagClassName
{
color: #60E4F4;
}
</style>
background-color css
<style>
a { background-color: #60E4F4; }
a { background-color: rgb(96,228,244); }
div.DivClassName
{
background-color: #60E4F4;
}
.BgClassName
{
background-color: #60E4F4;
}
</style>
border-color css
<style>
span { border-color: #60E4F4; }
span { border-color: rgb(96,228,244); }
td.TdClassName
{
border-color: #60E4F4;
}
.TagClassName
{
border-color: #60E4F4;
}
</style>