Shades of Turquoise Blue #60DED5
Tints of Turquoise Blue #60DED5
RGB
CMYK
RGB Variations
Color information
#60DED5 (or 0x60DED5) is known color: Turquoise Blue. HEX triplet: 60, DE and D5. RGB value is (96,222,213). Sum of RGB (Red+Green+Blue) = 96+222+213=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #60DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DED5 is #9F212A. Grayscale: #B7B7B7. Windows color (decimal): -10428715 or 14016096. OLE color: 14016096.
HSL color Cylindrical-coordinate representation of color #60DED5: hue angle of 175.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DED5 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 213 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.13 |
| HSL | 175.71º | 0.66% | 0.62% | - |
| HSV(B) | 175.71º | 0.57% | 0.87% | - |
| XYZ | 42.96 | 59.53 | 72.18 | - |
| YUV | 183.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 213 | 0.57 | 0 | 0.04 | 0.13 | 175.71 | 0.66 | 0.62 |
| Hex | 60 | DE | D5 | 39 | 0 | 4 | D | B0 | 42 | 3E |
| Octal | 140 | 336 | 325 | 71 | 0 | 4 | 15 | 260 | 102 | 76 |
| Binary | 1100000 | 11011110 | 11010101 | 111001 | 0 | 100 | 1101 | 10110000 | 1000010 | 111110 |
Color Harmonies of #60DED5
Complementary color
Monochromatic Colors of #60DED5
Black with #60DED5
Text Example
Text Example
White with #60DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DED5; }
p { color: rgb(96,222,213); }
H1.HeaderClassName
{
color: #60DED5;
}
.AnyTagClassName
{
color: #60DED5;
}
</style>
background-color css
<style>
a { background-color: #60DED5; }
a { background-color: rgb(96,222,213); }
div.DivClassName
{
background-color: #60DED5;
}
.BgClassName
{
background-color: #60DED5;
}
</style>
border-color css
<style>
span { border-color: #60DED5; }
span { border-color: rgb(96,222,213); }
td.TdClassName
{
border-color: #60DED5;
}
.TagClassName
{
border-color: #60DED5;
}
</style>