Shades of Turquoise Blue #60D8E2
Tints of Turquoise Blue #60D8E2
RGB
CMYK
RGB Variations
Color information
#60D8E2 (or 0x60D8E2) is known color: Turquoise Blue. HEX triplet: 60, D8 and E2. RGB value is (96,216,226). Sum of RGB (Red+Green+Blue) = 96+216+226=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #60D8E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D8E2 is #9F271D. Grayscale: #B5B5B5. Windows color (decimal): -10430238 or 14866528. OLE color: 14866528.
HSL color Cylindrical-coordinate representation of color #60D8E2: hue angle of 184.62º degrees, saturation: 0.69, 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 #60D8E2 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 216 | 226 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.11 |
| HSL | 184.62º | 0.69% | 0.63% | - |
| HSV(B) | 184.62º | 0.58% | 0.89% | - |
| XYZ | 43.11 | 57.09 | 80.7 | - |
| YUV | 181.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 226 | 0.58 | 0.04 | 0 | 0.11 | 184.62 | 0.69 | 0.63 |
| Hex | 60 | D8 | E2 | 3A | 4 | 0 | B | B9 | 45 | 3F |
| Octal | 140 | 330 | 342 | 72 | 4 | 0 | 13 | 271 | 105 | 77 |
| Binary | 1100000 | 11011000 | 11100010 | 111010 | 100 | 0 | 1011 | 10111001 | 1000101 | 111111 |
Color Harmonies of #60D8E2
Complementary color
Monochromatic Colors of #60D8E2
Black with #60D8E2
Text Example
Text Example
White with #60D8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D8E2; }
p { color: rgb(96,216,226); }
H1.HeaderClassName
{
color: #60D8E2;
}
.AnyTagClassName
{
color: #60D8E2;
}
</style>
background-color css
<style>
a { background-color: #60D8E2; }
a { background-color: rgb(96,216,226); }
div.DivClassName
{
background-color: #60D8E2;
}
.BgClassName
{
background-color: #60D8E2;
}
</style>
border-color css
<style>
span { border-color: #60D8E2; }
span { border-color: rgb(96,216,226); }
td.TdClassName
{
border-color: #60D8E2;
}
.TagClassName
{
border-color: #60D8E2;
}
</style>