Shades of Turquoise Blue #60EEF0
Tints of Turquoise Blue #60EEF0
RGB
CMYK
RGB Variations
Color information
#60EEF0 (or 0x60EEF0) is known color: Turquoise Blue. HEX triplet: 60, EE and F0. RGB value is (96,238,240). Sum of RGB (Red+Green+Blue) = 96+238+240=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #60EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EEF0 is #9F110F. Grayscale: #C3C3C3. Windows color (decimal): -10424592 or 15789664. OLE color: 15789664.
HSL color Cylindrical-coordinate representation of color #60EEF0: hue angle of 180.83º 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 #60EEF0 is Cyan = 0.6, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 238 | 240 | - |
| CMYK | 0.6 | 0.01 | 0 | 0.06 |
| HSL | 180.83º | 0.83% | 0.66% | - |
| HSV(B) | 180.83º | 0.6% | 0.94% | - |
| XYZ | 51.13 | 69.93 | 93.24 | - |
| YUV | 195.77 | 152.96 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 240 | 0.6 | 0.01 | 0 | 0.06 | 180.83 | 0.83 | 0.66 |
| Hex | 60 | EE | F0 | 3C | 1 | 0 | 6 | B5 | 53 | 42 |
| Octal | 140 | 356 | 360 | 74 | 1 | 0 | 6 | 265 | 123 | 102 |
| Binary | 1100000 | 11101110 | 11110000 | 111100 | 1 | 0 | 110 | 10110101 | 1010011 | 1000010 |
Color Harmonies of #60EEF0
Complementary color
Monochromatic Colors of #60EEF0
Black with #60EEF0
Text Example
Text Example
White with #60EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEF0; }
p { color: rgb(96,238,240); }
H1.HeaderClassName
{
color: #60EEF0;
}
.AnyTagClassName
{
color: #60EEF0;
}
</style>
background-color css
<style>
a { background-color: #60EEF0; }
a { background-color: rgb(96,238,240); }
div.DivClassName
{
background-color: #60EEF0;
}
.BgClassName
{
background-color: #60EEF0;
}
</style>
border-color css
<style>
span { border-color: #60EEF0; }
span { border-color: rgb(96,238,240); }
td.TdClassName
{
border-color: #60EEF0;
}
.TagClassName
{
border-color: #60EEF0;
}
</style>