Shades of Turquoise Blue #60CDD8
Tints of Turquoise Blue #60CDD8
RGB
CMYK
RGB Variations
Color information
#60CDD8 (or 0x60CDD8) is known color: Turquoise Blue. HEX triplet: 60, CD and D8. RGB value is (96,205,216). Sum of RGB (Red+Green+Blue) = 96+205+216=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #60CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDD8 is #9F3227. Grayscale: #ADADAD. Windows color (decimal): -10433064 or 14208352. OLE color: 14208352.
HSL color Cylindrical-coordinate representation of color #60CDD8: hue angle of 185.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CDD8 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 205 | 216 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.15 |
| HSL | 185.5º | 0.61% | 0.61% | - |
| HSV(B) | 185.5º | 0.56% | 0.85% | - |
| XYZ | 39.05 | 51.11 | 72.77 | - |
| YUV | 173.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 216 | 0.56 | 0.05 | 0 | 0.15 | 185.5 | 0.61 | 0.61 |
| Hex | 60 | CD | D8 | 38 | 5 | 0 | F | BA | 3D | 3D |
| Octal | 140 | 315 | 330 | 70 | 5 | 0 | 17 | 272 | 75 | 75 |
| Binary | 1100000 | 11001101 | 11011000 | 111000 | 101 | 0 | 1111 | 10111010 | 111101 | 111101 |
Color Harmonies of #60CDD8
Complementary color
Monochromatic Colors of #60CDD8
Black with #60CDD8
Text Example
Text Example
White with #60CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDD8; }
p { color: rgb(96,205,216); }
H1.HeaderClassName
{
color: #60CDD8;
}
.AnyTagClassName
{
color: #60CDD8;
}
</style>
background-color css
<style>
a { background-color: #60CDD8; }
a { background-color: rgb(96,205,216); }
div.DivClassName
{
background-color: #60CDD8;
}
.BgClassName
{
background-color: #60CDD8;
}
</style>
border-color css
<style>
span { border-color: #60CDD8; }
span { border-color: rgb(96,205,216); }
td.TdClassName
{
border-color: #60CDD8;
}
.TagClassName
{
border-color: #60CDD8;
}
</style>