Shades of Turquoise Blue #60D0E1
Tints of Turquoise Blue #60D0E1
RGB
CMYK
RGB Variations
Color information
#60D0E1 (or 0x60D0E1) is known color: Turquoise Blue. HEX triplet: 60, D0 and E1. RGB value is (96,208,225). Sum of RGB (Red+Green+Blue) = 96+208+225=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #60D0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D0E1 is #9F2F1E. Grayscale: #B0B0B0. Windows color (decimal): -10432287 or 14798944. OLE color: 14798944.
HSL color Cylindrical-coordinate representation of color #60D0E1: hue angle of 187.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D0E1 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 208 | 225 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.12 |
| HSL | 187.91º | 0.68% | 0.63% | - |
| HSV(B) | 187.91º | 0.57% | 0.88% | - |
| XYZ | 40.97 | 53.03 | 79.31 | - |
| YUV | 176.45 | 155.39 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 225 | 0.57 | 0.08 | 0 | 0.12 | 187.91 | 0.68 | 0.63 |
| Hex | 60 | D0 | E1 | 39 | 8 | 0 | C | BC | 44 | 3F |
| Octal | 140 | 320 | 341 | 71 | 10 | 0 | 14 | 274 | 104 | 77 |
| Binary | 1100000 | 11010000 | 11100001 | 111001 | 1000 | 0 | 1100 | 10111100 | 1000100 | 111111 |
Color Harmonies of #60D0E1
Complementary color
Monochromatic Colors of #60D0E1
Black with #60D0E1
Text Example
Text Example
White with #60D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D0E1; }
p { color: rgb(96,208,225); }
H1.HeaderClassName
{
color: #60D0E1;
}
.AnyTagClassName
{
color: #60D0E1;
}
</style>
background-color css
<style>
a { background-color: #60D0E1; }
a { background-color: rgb(96,208,225); }
div.DivClassName
{
background-color: #60D0E1;
}
.BgClassName
{
background-color: #60D0E1;
}
</style>
border-color css
<style>
span { border-color: #60D0E1; }
span { border-color: rgb(96,208,225); }
td.TdClassName
{
border-color: #60D0E1;
}
.TagClassName
{
border-color: #60D0E1;
}
</style>