Shades of Turquoise Blue #60DAE5
Tints of Turquoise Blue #60DAE5
RGB
CMYK
RGB Variations
Color information
#60DAE5 (or 0x60DAE5) is known color: Turquoise Blue. HEX triplet: 60, DA and E5. RGB value is (96,218,229). Sum of RGB (Red+Green+Blue) = 96+218+229=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #60DAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DAE5 is #9F251A. Grayscale: #B6B6B6. Windows color (decimal): -10429723 or 15063648. OLE color: 15063648.
HSL color Cylindrical-coordinate representation of color #60DAE5: hue angle of 184.96º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60DAE5 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 218 | 229 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.10 |
| HSL | 184.96º | 0.72% | 0.64% | - |
| HSV(B) | 184.96º | 0.58% | 0.9% | - |
| XYZ | 44.04 | 58.29 | 83.06 | - |
| YUV | 182.78 | 154.08 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 229 | 0.58 | 0.05 | 0 | 0.10 | 184.96 | 0.72 | 0.64 |
| Hex | 60 | DA | E5 | 3A | 5 | 0 | A | B9 | 48 | 40 |
| Octal | 140 | 332 | 345 | 72 | 5 | 0 | 12 | 271 | 110 | 100 |
| Binary | 1100000 | 11011010 | 11100101 | 111010 | 101 | 0 | 1010 | 10111001 | 1001000 | 1000000 |
Color Harmonies of #60DAE5
Complementary color
Monochromatic Colors of #60DAE5
Black with #60DAE5
Text Example
Text Example
White with #60DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DAE5; }
p { color: rgb(96,218,229); }
H1.HeaderClassName
{
color: #60DAE5;
}
.AnyTagClassName
{
color: #60DAE5;
}
</style>
background-color css
<style>
a { background-color: #60DAE5; }
a { background-color: rgb(96,218,229); }
div.DivClassName
{
background-color: #60DAE5;
}
.BgClassName
{
background-color: #60DAE5;
}
</style>
border-color css
<style>
span { border-color: #60DAE5; }
span { border-color: rgb(96,218,229); }
td.TdClassName
{
border-color: #60DAE5;
}
.TagClassName
{
border-color: #60DAE5;
}
</style>