Shades of Turquoise Blue #60EEE4
Tints of Turquoise Blue #60EEE4
RGB
CMYK
RGB Variations
Color information
#60EEE4 (or 0x60EEE4) is known color: Turquoise Blue. HEX triplet: 60, EE and E4. RGB value is (96,238,228). Sum of RGB (Red+Green+Blue) = 96+238+228=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EEE4 is #9F111B. Grayscale: #C2C2C2. Windows color (decimal): -10424604 or 15003232. OLE color: 15003232.
HSL color Cylindrical-coordinate representation of color #60EEE4: hue angle of 175.77º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEE4 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 228 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.07 |
| HSL | 175.77º | 0.81% | 0.65% | - |
| HSV(B) | 175.77º | 0.6% | 0.93% | - |
| XYZ | 49.4 | 69.24 | 84.16 | - |
| YUV | 194.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 228 | 0.60 | 0 | 0.04 | 0.07 | 175.77 | 0.81 | 0.65 |
| Hex | 60 | EE | E4 | 3C | 0 | 4 | 7 | B0 | 51 | 41 |
| Octal | 140 | 356 | 344 | 74 | 0 | 4 | 7 | 260 | 121 | 101 |
| Binary | 1100000 | 11101110 | 11100100 | 111100 | 0 | 100 | 111 | 10110000 | 1010001 | 1000001 |
Color Harmonies of #60EEE4
Complementary color
Monochromatic Colors of #60EEE4
Black with #60EEE4
Text Example
Text Example
White with #60EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEE4; }
p { color: rgb(96,238,228); }
H1.HeaderClassName
{
color: #60EEE4;
}
.AnyTagClassName
{
color: #60EEE4;
}
</style>
background-color css
<style>
a { background-color: #60EEE4; }
a { background-color: rgb(96,238,228); }
div.DivClassName
{
background-color: #60EEE4;
}
.BgClassName
{
background-color: #60EEE4;
}
</style>
border-color css
<style>
span { border-color: #60EEE4; }
span { border-color: rgb(96,238,228); }
td.TdClassName
{
border-color: #60EEE4;
}
.TagClassName
{
border-color: #60EEE4;
}
</style>