Shades of Turquoise Blue #60CDF1
Tints of Turquoise Blue #60CDF1
RGB
CMYK
RGB Variations
Color information
#60CDF1 (or 0x60CDF1) is known color: Turquoise Blue. HEX triplet: 60, CD and F1. RGB value is (96,205,241). Sum of RGB (Red+Green+Blue) = 96+205+241=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #60CDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDF1 is #9F320E. Grayscale: #B0B0B0. Windows color (decimal): -10433039 or 15846752. OLE color: 15846752.
HSL color Cylindrical-coordinate representation of color #60CDF1: hue angle of 194.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CDF1 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 205 | 241 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.05 |
| HSL | 194.9º | 0.84% | 0.66% | - |
| HSV(B) | 194.9º | 0.6% | 0.95% | - |
| XYZ | 42.53 | 52.5 | 91.11 | - |
| YUV | 176.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 241 | 0.60 | 0.15 | 0 | 0.05 | 194.9 | 0.84 | 0.66 |
| Hex | 60 | CD | F1 | 3C | F | 0 | 5 | C3 | 54 | 42 |
| Octal | 140 | 315 | 361 | 74 | 17 | 0 | 5 | 303 | 124 | 102 |
| Binary | 1100000 | 11001101 | 11110001 | 111100 | 1111 | 0 | 101 | 11000011 | 1010100 | 1000010 |
Color Harmonies of #60CDF1
Complementary color
Monochromatic Colors of #60CDF1
Black with #60CDF1
Text Example
Text Example
White with #60CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDF1; }
p { color: rgb(96,205,241); }
H1.HeaderClassName
{
color: #60CDF1;
}
.AnyTagClassName
{
color: #60CDF1;
}
</style>
background-color css
<style>
a { background-color: #60CDF1; }
a { background-color: rgb(96,205,241); }
div.DivClassName
{
background-color: #60CDF1;
}
.BgClassName
{
background-color: #60CDF1;
}
</style>
border-color css
<style>
span { border-color: #60CDF1; }
span { border-color: rgb(96,205,241); }
td.TdClassName
{
border-color: #60CDF1;
}
.TagClassName
{
border-color: #60CDF1;
}
</style>