Shades of Turquoise Blue #60CAEE
Tints of Turquoise Blue #60CAEE
RGB
CMYK
RGB Variations
Color information
#60CAEE (or 0x60CAEE) is known color: Turquoise Blue. HEX triplet: 60, CA and EE. RGB value is (96,202,238). Sum of RGB (Red+Green+Blue) = 96+202+238=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #60CAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CAEE is #9F3511. Grayscale: #AEAEAE. Windows color (decimal): -10433810 or 15649376. OLE color: 15649376.
HSL color Cylindrical-coordinate representation of color #60CAEE: hue angle of 195.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CAEE is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 202 | 238 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.07 |
| HSL | 195.21º | 0.81% | 0.65% | - |
| HSV(B) | 195.21º | 0.6% | 0.93% | - |
| XYZ | 41.38 | 50.9 | 88.53 | - |
| YUV | 174.41 | 163.88 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 238 | 0.60 | 0.15 | 0 | 0.07 | 195.21 | 0.81 | 0.65 |
| Hex | 60 | CA | EE | 3C | F | 0 | 7 | C3 | 51 | 41 |
| Octal | 140 | 312 | 356 | 74 | 17 | 0 | 7 | 303 | 121 | 101 |
| Binary | 1100000 | 11001010 | 11101110 | 111100 | 1111 | 0 | 111 | 11000011 | 1010001 | 1000001 |
Color Harmonies of #60CAEE
Complementary color
Monochromatic Colors of #60CAEE
Black with #60CAEE
Text Example
Text Example
White with #60CAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAEE; }
p { color: rgb(96,202,238); }
H1.HeaderClassName
{
color: #60CAEE;
}
.AnyTagClassName
{
color: #60CAEE;
}
</style>
background-color css
<style>
a { background-color: #60CAEE; }
a { background-color: rgb(96,202,238); }
div.DivClassName
{
background-color: #60CAEE;
}
.BgClassName
{
background-color: #60CAEE;
}
</style>
border-color css
<style>
span { border-color: #60CAEE; }
span { border-color: rgb(96,202,238); }
td.TdClassName
{
border-color: #60CAEE;
}
.TagClassName
{
border-color: #60CAEE;
}
</style>