Shades of Turquoise Blue #60DCEA
Tints of Turquoise Blue #60DCEA
RGB
CMYK
RGB Variations
Color information
#60DCEA (or 0x60DCEA) is known color: Turquoise Blue. HEX triplet: 60, DC and EA. RGB value is (96,220,234). Sum of RGB (Red+Green+Blue) = 96+220+234=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #60DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCEA is #9F2315. Grayscale: #B8B8B8. Windows color (decimal): -10429206 or 15391840. OLE color: 15391840.
HSL color Cylindrical-coordinate representation of color #60DCEA: hue angle of 186.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DCEA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 220 | 234 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.08 |
| HSL | 186.09º | 0.77% | 0.65% | - |
| HSV(B) | 186.09º | 0.59% | 0.92% | - |
| XYZ | 45.27 | 59.61 | 86.96 | - |
| YUV | 184.52 | 155.92 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 234 | 0.59 | 0.06 | 0 | 0.08 | 186.09 | 0.77 | 0.65 |
| Hex | 60 | DC | EA | 3B | 6 | 0 | 8 | BA | 4D | 41 |
| Octal | 140 | 334 | 352 | 73 | 6 | 0 | 10 | 272 | 115 | 101 |
| Binary | 1100000 | 11011100 | 11101010 | 111011 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000001 |
Color Harmonies of #60DCEA
Complementary color
Monochromatic Colors of #60DCEA
Black with #60DCEA
Text Example
Text Example
White with #60DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCEA; }
p { color: rgb(96,220,234); }
H1.HeaderClassName
{
color: #60DCEA;
}
.AnyTagClassName
{
color: #60DCEA;
}
</style>
background-color css
<style>
a { background-color: #60DCEA; }
a { background-color: rgb(96,220,234); }
div.DivClassName
{
background-color: #60DCEA;
}
.BgClassName
{
background-color: #60DCEA;
}
</style>
border-color css
<style>
span { border-color: #60DCEA; }
span { border-color: rgb(96,220,234); }
td.TdClassName
{
border-color: #60DCEA;
}
.TagClassName
{
border-color: #60DCEA;
}
</style>