Shades of Turquoise Blue #60CDD4
Tints of Turquoise Blue #60CDD4
RGB
CMYK
RGB Variations
Color information
#60CDD4 (or 0x60CDD4) is known color: Turquoise Blue. HEX triplet: 60, CD and D4. RGB value is (96,205,212). Sum of RGB (Red+Green+Blue) = 96+205+212=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #60CDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDD4 is #9F322B. Grayscale: #ADADAD. Windows color (decimal): -10433068 or 13946208. OLE color: 13946208.
HSL color Cylindrical-coordinate representation of color #60CDD4: hue angle of 183.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60CDD4 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 205 | 212 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.17 |
| HSL | 183.62º | 0.57% | 0.6% | - |
| HSV(B) | 183.62º | 0.55% | 0.83% | - |
| XYZ | 38.54 | 50.9 | 70.08 | - |
| YUV | 173.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 212 | 0.55 | 0.03 | 0 | 0.17 | 183.62 | 0.57 | 0.6 |
| Hex | 60 | CD | D4 | 37 | 3 | 0 | 11 | B8 | 39 | 3C |
| Octal | 140 | 315 | 324 | 67 | 3 | 0 | 21 | 270 | 71 | 74 |
| Binary | 1100000 | 11001101 | 11010100 | 110111 | 11 | 0 | 10001 | 10111000 | 111001 | 111100 |
Color Harmonies of #60CDD4
Complementary color
Monochromatic Colors of #60CDD4
Black with #60CDD4
Text Example
Text Example
White with #60CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDD4; }
p { color: rgb(96,205,212); }
H1.HeaderClassName
{
color: #60CDD4;
}
.AnyTagClassName
{
color: #60CDD4;
}
</style>
background-color css
<style>
a { background-color: #60CDD4; }
a { background-color: rgb(96,205,212); }
div.DivClassName
{
background-color: #60CDD4;
}
.BgClassName
{
background-color: #60CDD4;
}
</style>
border-color css
<style>
span { border-color: #60CDD4; }
span { border-color: rgb(96,205,212); }
td.TdClassName
{
border-color: #60CDD4;
}
.TagClassName
{
border-color: #60CDD4;
}
</style>