Shades of Turquoise Blue #60D4D6
Tints of Turquoise Blue #60D4D6
RGB
CMYK
RGB Variations
Color information
#60D4D6 (or 0x60D4D6) is known color: Turquoise Blue. HEX triplet: 60, D4 and D6. RGB value is (96,212,214). Sum of RGB (Red+Green+Blue) = 96+212+214=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #60D4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4D6 is #9F2B29. Grayscale: #B1B1B1. Windows color (decimal): -10431274 or 14079072. OLE color: 14079072.
HSL color Cylindrical-coordinate representation of color #60D4D6: hue angle of 181.02º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4D6 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 212 | 214 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.16 |
| HSL | 181.02º | 0.59% | 0.61% | - |
| HSV(B) | 181.02º | 0.55% | 0.84% | - |
| XYZ | 40.5 | 54.43 | 71.99 | - |
| YUV | 177.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 214 | 0.55 | 0.01 | 0 | 0.16 | 181.02 | 0.59 | 0.61 |
| Hex | 60 | D4 | D6 | 37 | 1 | 0 | 10 | B5 | 3B | 3D |
| Octal | 140 | 324 | 326 | 67 | 1 | 0 | 20 | 265 | 73 | 75 |
| Binary | 1100000 | 11010100 | 11010110 | 110111 | 1 | 0 | 10000 | 10110101 | 111011 | 111101 |
Color Harmonies of #60D4D6
Complementary color
Monochromatic Colors of #60D4D6
Black with #60D4D6
Text Example
Text Example
White with #60D4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D4D6; }
p { color: rgb(96,212,214); }
H1.HeaderClassName
{
color: #60D4D6;
}
.AnyTagClassName
{
color: #60D4D6;
}
</style>
background-color css
<style>
a { background-color: #60D4D6; }
a { background-color: rgb(96,212,214); }
div.DivClassName
{
background-color: #60D4D6;
}
.BgClassName
{
background-color: #60D4D6;
}
</style>
border-color css
<style>
span { border-color: #60D4D6; }
span { border-color: rgb(96,212,214); }
td.TdClassName
{
border-color: #60D4D6;
}
.TagClassName
{
border-color: #60D4D6;
}
</style>