Shades of Turquoise Blue #60D5E5
Tints of Turquoise Blue #60D5E5
RGB
CMYK
RGB Variations
Color information
#60D5E5 (or 0x60D5E5) is known color: Turquoise Blue. HEX triplet: 60, D5 and E5. RGB value is (96,213,229). Sum of RGB (Red+Green+Blue) = 96+213+229=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #60D5E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5E5 is #9F2A1A. Grayscale: #B3B3B3. Windows color (decimal): -10431003 or 15062368. OLE color: 15062368.
HSL color Cylindrical-coordinate representation of color #60D5E5: hue angle of 187.22º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60D5E5 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 213 | 229 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.10 |
| HSL | 187.22º | 0.72% | 0.64% | - |
| HSV(B) | 187.22º | 0.58% | 0.9% | - |
| XYZ | 42.76 | 55.73 | 82.63 | - |
| YUV | 179.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 229 | 0.58 | 0.07 | 0 | 0.10 | 187.22 | 0.72 | 0.64 |
| Hex | 60 | D5 | E5 | 3A | 7 | 0 | A | BB | 48 | 40 |
| Octal | 140 | 325 | 345 | 72 | 7 | 0 | 12 | 273 | 110 | 100 |
| Binary | 1100000 | 11010101 | 11100101 | 111010 | 111 | 0 | 1010 | 10111011 | 1001000 | 1000000 |
Color Harmonies of #60D5E5
Complementary color
Monochromatic Colors of #60D5E5
Black with #60D5E5
Text Example
Text Example
White with #60D5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D5E5; }
p { color: rgb(96,213,229); }
H1.HeaderClassName
{
color: #60D5E5;
}
.AnyTagClassName
{
color: #60D5E5;
}
</style>
background-color css
<style>
a { background-color: #60D5E5; }
a { background-color: rgb(96,213,229); }
div.DivClassName
{
background-color: #60D5E5;
}
.BgClassName
{
background-color: #60D5E5;
}
</style>
border-color css
<style>
span { border-color: #60D5E5; }
span { border-color: rgb(96,213,229); }
td.TdClassName
{
border-color: #60D5E5;
}
.TagClassName
{
border-color: #60D5E5;
}
</style>