Shades of Turquoise Blue #60D1EA
Tints of Turquoise Blue #60D1EA
RGB
CMYK
RGB Variations
Color information
#60D1EA (or 0x60D1EA) is known color: Turquoise Blue. HEX triplet: 60, D1 and EA. RGB value is (96,209,234). Sum of RGB (Red+Green+Blue) = 96+209+234=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #60D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D1EA is #9F2E15. Grayscale: #B1B1B1. Windows color (decimal): -10432022 or 15389024. OLE color: 15389024.
HSL color Cylindrical-coordinate representation of color #60D1EA: hue angle of 190.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D1EA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 209 | 234 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.08 |
| HSL | 190.87º | 0.77% | 0.65% | - |
| HSV(B) | 190.87º | 0.59% | 0.92% | - |
| XYZ | 42.48 | 54.03 | 86.03 | - |
| YUV | 178.06 | 159.56 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 209 | 234 | 0.59 | 0.11 | 0 | 0.08 | 190.87 | 0.77 | 0.65 |
| Hex | 60 | D1 | EA | 3B | B | 0 | 8 | BF | 4D | 41 |
| Octal | 140 | 321 | 352 | 73 | 13 | 0 | 10 | 277 | 115 | 101 |
| Binary | 1100000 | 11010001 | 11101010 | 111011 | 1011 | 0 | 1000 | 10111111 | 1001101 | 1000001 |
Color Harmonies of #60D1EA
Complementary color
Monochromatic Colors of #60D1EA
Black with #60D1EA
Text Example
Text Example
White with #60D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D1EA; }
p { color: rgb(96,209,234); }
H1.HeaderClassName
{
color: #60D1EA;
}
.AnyTagClassName
{
color: #60D1EA;
}
</style>
background-color css
<style>
a { background-color: #60D1EA; }
a { background-color: rgb(96,209,234); }
div.DivClassName
{
background-color: #60D1EA;
}
.BgClassName
{
background-color: #60D1EA;
}
</style>
border-color css
<style>
span { border-color: #60D1EA; }
span { border-color: rgb(96,209,234); }
td.TdClassName
{
border-color: #60D1EA;
}
.TagClassName
{
border-color: #60D1EA;
}
</style>