Shades of Turquoise Blue #60DCDE
Tints of Turquoise Blue #60DCDE
RGB
CMYK
RGB Variations
Color information
#60DCDE (or 0x60DCDE) is known color: Turquoise Blue. HEX triplet: 60, DC and DE. RGB value is (96,220,222). Sum of RGB (Red+Green+Blue) = 96+220+222=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #60DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCDE is #9F2321. Grayscale: #B7B7B7. Windows color (decimal): -10429218 or 14605408. OLE color: 14605408.
HSL color Cylindrical-coordinate representation of color #60DCDE: hue angle of 180.95º 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 #60DCDE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 220 | 222 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.13 |
| HSL | 180.95º | 0.66% | 0.62% | - |
| HSV(B) | 180.95º | 0.57% | 0.87% | - |
| XYZ | 43.6 | 58.95 | 78.19 | - |
| YUV | 183.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 222 | 0.57 | 0.01 | 0 | 0.13 | 180.95 | 0.66 | 0.62 |
| Hex | 60 | DC | DE | 39 | 1 | 0 | D | B5 | 42 | 3E |
| Octal | 140 | 334 | 336 | 71 | 1 | 0 | 15 | 265 | 102 | 76 |
| Binary | 1100000 | 11011100 | 11011110 | 111001 | 1 | 0 | 1101 | 10110101 | 1000010 | 111110 |
Color Harmonies of #60DCDE
Complementary color
Monochromatic Colors of #60DCDE
Black with #60DCDE
Text Example
Text Example
White with #60DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCDE; }
p { color: rgb(96,220,222); }
H1.HeaderClassName
{
color: #60DCDE;
}
.AnyTagClassName
{
color: #60DCDE;
}
</style>
background-color css
<style>
a { background-color: #60DCDE; }
a { background-color: rgb(96,220,222); }
div.DivClassName
{
background-color: #60DCDE;
}
.BgClassName
{
background-color: #60DCDE;
}
</style>
border-color css
<style>
span { border-color: #60DCDE; }
span { border-color: rgb(96,220,222); }
td.TdClassName
{
border-color: #60DCDE;
}
.TagClassName
{
border-color: #60DCDE;
}
</style>