Shades of Turquoise Blue #60DCE3
Tints of Turquoise Blue #60DCE3
RGB
CMYK
RGB Variations
Color information
#60DCE3 (or 0x60DCE3) is known color: Turquoise Blue. HEX triplet: 60, DC and E3. RGB value is (96,220,227). Sum of RGB (Red+Green+Blue) = 96+220+227=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #60DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCE3 is #9F231C. Grayscale: #B7B7B7. Windows color (decimal): -10429213 or 14933088. OLE color: 14933088.
HSL color Cylindrical-coordinate representation of color #60DCE3: hue angle of 183.21º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60DCE3 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 220 | 227 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.11 |
| HSL | 183.21º | 0.7% | 0.63% | - |
| HSV(B) | 183.21º | 0.58% | 0.89% | - |
| XYZ | 44.28 | 59.22 | 81.77 | - |
| YUV | 183.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 227 | 0.58 | 0.03 | 0 | 0.11 | 183.21 | 0.7 | 0.63 |
| Hex | 60 | DC | E3 | 3A | 3 | 0 | B | B7 | 46 | 3F |
| Octal | 140 | 334 | 343 | 72 | 3 | 0 | 13 | 267 | 106 | 77 |
| Binary | 1100000 | 11011100 | 11100011 | 111010 | 11 | 0 | 1011 | 10110111 | 1000110 | 111111 |
Color Harmonies of #60DCE3
Complementary color
Monochromatic Colors of #60DCE3
Black with #60DCE3
Text Example
Text Example
White with #60DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCE3; }
p { color: rgb(96,220,227); }
H1.HeaderClassName
{
color: #60DCE3;
}
.AnyTagClassName
{
color: #60DCE3;
}
</style>
background-color css
<style>
a { background-color: #60DCE3; }
a { background-color: rgb(96,220,227); }
div.DivClassName
{
background-color: #60DCE3;
}
.BgClassName
{
background-color: #60DCE3;
}
</style>
border-color css
<style>
span { border-color: #60DCE3; }
span { border-color: rgb(96,220,227); }
td.TdClassName
{
border-color: #60DCE3;
}
.TagClassName
{
border-color: #60DCE3;
}
</style>