Shades of Turquoise Blue #60CAE5
Tints of Turquoise Blue #60CAE5
RGB
CMYK
RGB Variations
Color information
#60CAE5 (or 0x60CAE5) is known color: Turquoise Blue. HEX triplet: 60, CA and E5. RGB value is (96,202,229). Sum of RGB (Red+Green+Blue) = 96+202+229=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #60CAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAE5 is #9F351A. Grayscale: #ADADAD. Windows color (decimal): -10433819 or 15059552. OLE color: 15059552.
HSL color Cylindrical-coordinate representation of color #60CAE5: hue angle of 192.18º 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 #60CAE5 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 202 | 229 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.10 |
| HSL | 192.18º | 0.72% | 0.64% | - |
| HSV(B) | 192.18º | 0.58% | 0.9% | - |
| XYZ | 40.09 | 50.39 | 81.74 | - |
| YUV | 173.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 229 | 0.58 | 0.12 | 0 | 0.10 | 192.18 | 0.72 | 0.64 |
| Hex | 60 | CA | E5 | 3A | C | 0 | A | C0 | 48 | 40 |
| Octal | 140 | 312 | 345 | 72 | 14 | 0 | 12 | 300 | 110 | 100 |
| Binary | 1100000 | 11001010 | 11100101 | 111010 | 1100 | 0 | 1010 | 11000000 | 1001000 | 1000000 |
Color Harmonies of #60CAE5
Complementary color
Monochromatic Colors of #60CAE5
Black with #60CAE5
Text Example
Text Example
White with #60CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAE5; }
p { color: rgb(96,202,229); }
H1.HeaderClassName
{
color: #60CAE5;
}
.AnyTagClassName
{
color: #60CAE5;
}
</style>
background-color css
<style>
a { background-color: #60CAE5; }
a { background-color: rgb(96,202,229); }
div.DivClassName
{
background-color: #60CAE5;
}
.BgClassName
{
background-color: #60CAE5;
}
</style>
border-color css
<style>
span { border-color: #60CAE5; }
span { border-color: rgb(96,202,229); }
td.TdClassName
{
border-color: #60CAE5;
}
.TagClassName
{
border-color: #60CAE5;
}
</style>