Shades of Turquoise Blue #60CDD7
Tints of Turquoise Blue #60CDD7
RGB
CMYK
RGB Variations
Color information
#60CDD7 (or 0x60CDD7) is known color: Turquoise Blue. HEX triplet: 60, CD and D7. RGB value is (96,205,215). Sum of RGB (Red+Green+Blue) = 96+205+215=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #60CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDD7 is #9F3228. Grayscale: #ADADAD. Windows color (decimal): -10433065 or 14142816. OLE color: 14142816.
HSL color Cylindrical-coordinate representation of color #60CDD7: hue angle of 185.04º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60CDD7 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 205 | 215 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.16 |
| HSL | 185.04º | 0.6% | 0.61% | - |
| HSV(B) | 185.04º | 0.55% | 0.84% | - |
| XYZ | 38.92 | 51.06 | 72.09 | - |
| YUV | 173.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 215 | 0.55 | 0.05 | 0 | 0.16 | 185.04 | 0.6 | 0.61 |
| Hex | 60 | CD | D7 | 37 | 5 | 0 | 10 | B9 | 3C | 3D |
| Octal | 140 | 315 | 327 | 67 | 5 | 0 | 20 | 271 | 74 | 75 |
| Binary | 1100000 | 11001101 | 11010111 | 110111 | 101 | 0 | 10000 | 10111001 | 111100 | 111101 |
Color Harmonies of #60CDD7
Complementary color
Monochromatic Colors of #60CDD7
Black with #60CDD7
Text Example
Text Example
White with #60CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDD7; }
p { color: rgb(96,205,215); }
H1.HeaderClassName
{
color: #60CDD7;
}
.AnyTagClassName
{
color: #60CDD7;
}
</style>
background-color css
<style>
a { background-color: #60CDD7; }
a { background-color: rgb(96,205,215); }
div.DivClassName
{
background-color: #60CDD7;
}
.BgClassName
{
background-color: #60CDD7;
}
</style>
border-color css
<style>
span { border-color: #60CDD7; }
span { border-color: rgb(96,205,215); }
td.TdClassName
{
border-color: #60CDD7;
}
.TagClassName
{
border-color: #60CDD7;
}
</style>