Shades of Turquoise Blue #60EEE7
Tints of Turquoise Blue #60EEE7
RGB
CMYK
RGB Variations
Color information
#60EEE7 (or 0x60EEE7) is known color: Turquoise Blue. HEX triplet: 60, EE and E7. RGB value is (96,238,231). Sum of RGB (Red+Green+Blue) = 96+238+231=565 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.99% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EEE7 is #9F1118. Grayscale: #C2C2C2. Windows color (decimal): -10424601 or 15199840. OLE color: 15199840.
HSL color Cylindrical-coordinate representation of color #60EEE7: hue angle of 177.04º 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 #60EEE7 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 231 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.07 |
| HSL | 177.04º | 0.81% | 0.65% | - |
| HSV(B) | 177.04º | 0.6% | 0.93% | - |
| XYZ | 49.82 | 69.41 | 86.37 | - |
| YUV | 194.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 231 | 0.60 | 0 | 0.03 | 0.07 | 177.04 | 0.81 | 0.65 |
| Hex | 60 | EE | E7 | 3C | 0 | 3 | 7 | B1 | 51 | 41 |
| Octal | 140 | 356 | 347 | 74 | 0 | 3 | 7 | 261 | 121 | 101 |
| Binary | 1100000 | 11101110 | 11100111 | 111100 | 0 | 11 | 111 | 10110001 | 1010001 | 1000001 |
Color Harmonies of #60EEE7
Complementary color
Monochromatic Colors of #60EEE7
Black with #60EEE7
Text Example
Text Example
White with #60EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEE7; }
p { color: rgb(96,238,231); }
H1.HeaderClassName
{
color: #60EEE7;
}
.AnyTagClassName
{
color: #60EEE7;
}
</style>
background-color css
<style>
a { background-color: #60EEE7; }
a { background-color: rgb(96,238,231); }
div.DivClassName
{
background-color: #60EEE7;
}
.BgClassName
{
background-color: #60EEE7;
}
</style>
border-color css
<style>
span { border-color: #60EEE7; }
span { border-color: rgb(96,238,231); }
td.TdClassName
{
border-color: #60EEE7;
}
.TagClassName
{
border-color: #60EEE7;
}
</style>