Shades of Turquoise Blue #60CAE2
Tints of Turquoise Blue #60CAE2
RGB
CMYK
RGB Variations
Color information
#60CAE2 (or 0x60CAE2) is known color: Turquoise Blue. HEX triplet: 60, CA and E2. RGB value is (96,202,226). Sum of RGB (Red+Green+Blue) = 96+202+226=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #60CAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAE2 is #9F351D. Grayscale: #ACACAC. Windows color (decimal): -10433822 or 14862944. OLE color: 14862944.
HSL color Cylindrical-coordinate representation of color #60CAE2: hue angle of 191.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60CAE2 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 202 | 226 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.11 |
| HSL | 191.08º | 0.69% | 0.63% | - |
| HSV(B) | 191.08º | 0.58% | 0.89% | - |
| XYZ | 39.67 | 50.22 | 79.55 | - |
| YUV | 173.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 226 | 0.58 | 0.11 | 0 | 0.11 | 191.08 | 0.69 | 0.63 |
| Hex | 60 | CA | E2 | 3A | B | 0 | B | BF | 45 | 3F |
| Octal | 140 | 312 | 342 | 72 | 13 | 0 | 13 | 277 | 105 | 77 |
| Binary | 1100000 | 11001010 | 11100010 | 111010 | 1011 | 0 | 1011 | 10111111 | 1000101 | 111111 |
Color Harmonies of #60CAE2
Complementary color
Monochromatic Colors of #60CAE2
Black with #60CAE2
Text Example
Text Example
White with #60CAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAE2; }
p { color: rgb(96,202,226); }
H1.HeaderClassName
{
color: #60CAE2;
}
.AnyTagClassName
{
color: #60CAE2;
}
</style>
background-color css
<style>
a { background-color: #60CAE2; }
a { background-color: rgb(96,202,226); }
div.DivClassName
{
background-color: #60CAE2;
}
.BgClassName
{
background-color: #60CAE2;
}
</style>
border-color css
<style>
span { border-color: #60CAE2; }
span { border-color: rgb(96,202,226); }
td.TdClassName
{
border-color: #60CAE2;
}
.TagClassName
{
border-color: #60CAE2;
}
</style>