Shades of Turquoise Blue #60DCE4
Tints of Turquoise Blue #60DCE4
RGB
CMYK
RGB Variations
Color information
#60DCE4 (or 0x60DCE4) is known color: Turquoise Blue. HEX triplet: 60, DC and E4. RGB value is (96,220,228). Sum of RGB (Red+Green+Blue) = 96+220+228=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #60DCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCE4 is #9F231B. Grayscale: #B7B7B7. Windows color (decimal): -10429212 or 14998624. OLE color: 14998624.
HSL color Cylindrical-coordinate representation of color #60DCE4: hue angle of 183.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60DCE4 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 220 | 228 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.11 |
| HSL | 183.64º | 0.71% | 0.64% | - |
| HSV(B) | 183.64º | 0.58% | 0.89% | - |
| XYZ | 44.42 | 59.27 | 82.5 | - |
| YUV | 183.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 228 | 0.58 | 0.04 | 0 | 0.11 | 183.64 | 0.71 | 0.64 |
| Hex | 60 | DC | E4 | 3A | 4 | 0 | B | B8 | 47 | 40 |
| Octal | 140 | 334 | 344 | 72 | 4 | 0 | 13 | 270 | 107 | 100 |
| Binary | 1100000 | 11011100 | 11100100 | 111010 | 100 | 0 | 1011 | 10111000 | 1000111 | 1000000 |
Color Harmonies of #60DCE4
Complementary color
Monochromatic Colors of #60DCE4
Black with #60DCE4
Text Example
Text Example
White with #60DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCE4; }
p { color: rgb(96,220,228); }
H1.HeaderClassName
{
color: #60DCE4;
}
.AnyTagClassName
{
color: #60DCE4;
}
</style>
background-color css
<style>
a { background-color: #60DCE4; }
a { background-color: rgb(96,220,228); }
div.DivClassName
{
background-color: #60DCE4;
}
.BgClassName
{
background-color: #60DCE4;
}
</style>
border-color css
<style>
span { border-color: #60DCE4; }
span { border-color: rgb(96,220,228); }
td.TdClassName
{
border-color: #60DCE4;
}
.TagClassName
{
border-color: #60DCE4;
}
</style>