Shades of Turquoise Blue #60EAF0
Tints of Turquoise Blue #60EAF0
RGB
CMYK
RGB Variations
Color information
#60EAF0 (or 0x60EAF0) is known color: Turquoise Blue. HEX triplet: 60, EA and F0. RGB value is (96,234,240). Sum of RGB (Red+Green+Blue) = 96+234+240=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #60EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAF0 is #9F150F. Grayscale: #C1C1C1. Windows color (decimal): -10425616 or 15788640. OLE color: 15788640.
HSL color Cylindrical-coordinate representation of color #60EAF0: hue angle of 182.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EAF0 is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 234 | 240 | - |
| CMYK | 0.6 | 0.02 | 0 | 0.06 |
| HSL | 182.5º | 0.83% | 0.66% | - |
| HSV(B) | 182.5º | 0.6% | 0.94% | - |
| XYZ | 49.97 | 67.62 | 92.86 | - |
| YUV | 193.42 | 154.28 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 240 | 0.6 | 0.02 | 0 | 0.06 | 182.5 | 0.83 | 0.66 |
| Hex | 60 | EA | F0 | 3C | 2 | 0 | 6 | B6 | 53 | 42 |
| Octal | 140 | 352 | 360 | 74 | 2 | 0 | 6 | 266 | 123 | 102 |
| Binary | 1100000 | 11101010 | 11110000 | 111100 | 10 | 0 | 110 | 10110110 | 1010011 | 1000010 |
Color Harmonies of #60EAF0
Complementary color
Monochromatic Colors of #60EAF0
Black with #60EAF0
Text Example
Text Example
White with #60EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EAF0; }
p { color: rgb(96,234,240); }
H1.HeaderClassName
{
color: #60EAF0;
}
.AnyTagClassName
{
color: #60EAF0;
}
</style>
background-color css
<style>
a { background-color: #60EAF0; }
a { background-color: rgb(96,234,240); }
div.DivClassName
{
background-color: #60EAF0;
}
.BgClassName
{
background-color: #60EAF0;
}
</style>
border-color css
<style>
span { border-color: #60EAF0; }
span { border-color: rgb(96,234,240); }
td.TdClassName
{
border-color: #60EAF0;
}
.TagClassName
{
border-color: #60EAF0;
}
</style>