Shades of Turquoise Blue #60D3EA
Tints of Turquoise Blue #60D3EA
RGB
CMYK
RGB Variations
Color information
#60D3EA (or 0x60D3EA) is known color: Turquoise Blue. HEX triplet: 60, D3 and EA. RGB value is (96,211,234). Sum of RGB (Red+Green+Blue) = 96+211+234=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #60D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D3EA is #9F2C15. Grayscale: #B3B3B3. Windows color (decimal): -10431510 or 15389536. OLE color: 15389536.
HSL color Cylindrical-coordinate representation of color #60D3EA: hue angle of 190º 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 #60D3EA is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 211 | 234 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.08 |
| HSL | 190º | 0.77% | 0.65% | - |
| HSV(B) | 190º | 0.59% | 0.92% | - |
| XYZ | 42.97 | 55.02 | 86.2 | - |
| YUV | 179.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 211 | 234 | 0.59 | 0.10 | 0 | 0.08 | 190 | 0.77 | 0.65 |
| Hex | 60 | D3 | EA | 3B | A | 0 | 8 | BE | 4D | 41 |
| Octal | 140 | 323 | 352 | 73 | 12 | 0 | 10 | 276 | 115 | 101 |
| Binary | 1100000 | 11010011 | 11101010 | 111011 | 1010 | 0 | 1000 | 10111110 | 1001101 | 1000001 |
Color Harmonies of #60D3EA
Complementary color
Monochromatic Colors of #60D3EA
Black with #60D3EA
Text Example
Text Example
White with #60D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D3EA; }
p { color: rgb(96,211,234); }
H1.HeaderClassName
{
color: #60D3EA;
}
.AnyTagClassName
{
color: #60D3EA;
}
</style>
background-color css
<style>
a { background-color: #60D3EA; }
a { background-color: rgb(96,211,234); }
div.DivClassName
{
background-color: #60D3EA;
}
.BgClassName
{
background-color: #60D3EA;
}
</style>
border-color css
<style>
span { border-color: #60D3EA; }
span { border-color: rgb(96,211,234); }
td.TdClassName
{
border-color: #60D3EA;
}
.TagClassName
{
border-color: #60D3EA;
}
</style>