Shades of Turquoise Blue #60CDEB
Tints of Turquoise Blue #60CDEB
RGB
CMYK
RGB Variations
Color information
#60CDEB (or 0x60CDEB) is known color: Turquoise Blue. HEX triplet: 60, CD and EB. RGB value is (96,205,235). Sum of RGB (Red+Green+Blue) = 96+205+235=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #60CDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDEB is #9F3214. Grayscale: #AFAFAF. Windows color (decimal): -10433045 or 15453536. OLE color: 15453536.
HSL color Cylindrical-coordinate representation of color #60CDEB: hue angle of 192.95º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60CDEB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 205 | 235 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.08 |
| HSL | 192.95º | 0.78% | 0.65% | - |
| HSV(B) | 192.95º | 0.59% | 0.92% | - |
| XYZ | 41.65 | 52.15 | 86.47 | - |
| YUV | 175.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 235 | 0.59 | 0.13 | 0 | 0.08 | 192.95 | 0.78 | 0.65 |
| Hex | 60 | CD | EB | 3B | D | 0 | 8 | C1 | 4E | 41 |
| Octal | 140 | 315 | 353 | 73 | 15 | 0 | 10 | 301 | 116 | 101 |
| Binary | 1100000 | 11001101 | 11101011 | 111011 | 1101 | 0 | 1000 | 11000001 | 1001110 | 1000001 |
Color Harmonies of #60CDEB
Complementary color
Monochromatic Colors of #60CDEB
Black with #60CDEB
Text Example
Text Example
White with #60CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDEB; }
p { color: rgb(96,205,235); }
H1.HeaderClassName
{
color: #60CDEB;
}
.AnyTagClassName
{
color: #60CDEB;
}
</style>
background-color css
<style>
a { background-color: #60CDEB; }
a { background-color: rgb(96,205,235); }
div.DivClassName
{
background-color: #60CDEB;
}
.BgClassName
{
background-color: #60CDEB;
}
</style>
border-color css
<style>
span { border-color: #60CDEB; }
span { border-color: rgb(96,205,235); }
td.TdClassName
{
border-color: #60CDEB;
}
.TagClassName
{
border-color: #60CDEB;
}
</style>