Shades of Turquoise Blue #60D2EF
Tints of Turquoise Blue #60D2EF
RGB
CMYK
RGB Variations
Color information
#60D2EF (or 0x60D2EF) is known color: Turquoise Blue. HEX triplet: 60, D2 and EF. RGB value is (96,210,239). Sum of RGB (Red+Green+Blue) = 96+210+239=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #60D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D2EF is #9F2D10. Grayscale: #B2B2B2. Windows color (decimal): -10431761 or 15716960. OLE color: 15716960.
HSL color Cylindrical-coordinate representation of color #60D2EF: hue angle of 192.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60D2EF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 210 | 239 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.06 |
| HSL | 192.17º | 0.82% | 0.66% | - |
| HSV(B) | 192.17º | 0.6% | 0.94% | - |
| XYZ | 43.45 | 54.81 | 89.95 | - |
| YUV | 179.22 | 161.73 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 239 | 0.60 | 0.12 | 0 | 0.06 | 192.17 | 0.82 | 0.66 |
| Hex | 60 | D2 | EF | 3C | C | 0 | 6 | C0 | 52 | 42 |
| Octal | 140 | 322 | 357 | 74 | 14 | 0 | 6 | 300 | 122 | 102 |
| Binary | 1100000 | 11010010 | 11101111 | 111100 | 1100 | 0 | 110 | 11000000 | 1010010 | 1000010 |
Color Harmonies of #60D2EF
Complementary color
Monochromatic Colors of #60D2EF
Black with #60D2EF
Text Example
Text Example
White with #60D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D2EF; }
p { color: rgb(96,210,239); }
H1.HeaderClassName
{
color: #60D2EF;
}
.AnyTagClassName
{
color: #60D2EF;
}
</style>
background-color css
<style>
a { background-color: #60D2EF; }
a { background-color: rgb(96,210,239); }
div.DivClassName
{
background-color: #60D2EF;
}
.BgClassName
{
background-color: #60D2EF;
}
</style>
border-color css
<style>
span { border-color: #60D2EF; }
span { border-color: rgb(96,210,239); }
td.TdClassName
{
border-color: #60D2EF;
}
.TagClassName
{
border-color: #60D2EF;
}
</style>