Shades of Turquoise Blue #60CADE
Tints of Turquoise Blue #60CADE
RGB
CMYK
RGB Variations
Color information
#60CADE (or 0x60CADE) is known color: Turquoise Blue. HEX triplet: 60, CA and DE. RGB value is (96,202,222). Sum of RGB (Red+Green+Blue) = 96+202+222=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #60CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CADE is #9F3521. Grayscale: #ACACAC. Windows color (decimal): -10433826 or 14600800. OLE color: 14600800.
HSL color Cylindrical-coordinate representation of color #60CADE: hue angle of 189.52º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60CADE is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 202 | 222 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.13 |
| HSL | 189.52º | 0.66% | 0.62% | - |
| HSV(B) | 189.52º | 0.57% | 0.87% | - |
| XYZ | 39.13 | 50 | 76.7 | - |
| YUV | 172.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 222 | 0.57 | 0.09 | 0 | 0.13 | 189.52 | 0.66 | 0.62 |
| Hex | 60 | CA | DE | 39 | 9 | 0 | D | BE | 42 | 3E |
| Octal | 140 | 312 | 336 | 71 | 11 | 0 | 15 | 276 | 102 | 76 |
| Binary | 1100000 | 11001010 | 11011110 | 111001 | 1001 | 0 | 1101 | 10111110 | 1000010 | 111110 |
Color Harmonies of #60CADE
Complementary color
Monochromatic Colors of #60CADE
Black with #60CADE
Text Example
Text Example
White with #60CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CADE; }
p { color: rgb(96,202,222); }
H1.HeaderClassName
{
color: #60CADE;
}
.AnyTagClassName
{
color: #60CADE;
}
</style>
background-color css
<style>
a { background-color: #60CADE; }
a { background-color: rgb(96,202,222); }
div.DivClassName
{
background-color: #60CADE;
}
.BgClassName
{
background-color: #60CADE;
}
</style>
border-color css
<style>
span { border-color: #60CADE; }
span { border-color: rgb(96,202,222); }
td.TdClassName
{
border-color: #60CADE;
}
.TagClassName
{
border-color: #60CADE;
}
</style>