Shades of Turquoise Blue #60CBD8
Tints of Turquoise Blue #60CBD8
RGB
CMYK
RGB Variations
Color information
#60CBD8 (or 0x60CBD8) is known color: Turquoise Blue. HEX triplet: 60, CB and D8. RGB value is (96,203,216). Sum of RGB (Red+Green+Blue) = 96+203+216=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #60CBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBD8 is #9F3427. Grayscale: #ACACAC. Windows color (decimal): -10433576 or 14207840. OLE color: 14207840.
HSL color Cylindrical-coordinate representation of color #60CBD8: hue angle of 186.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 #60CBD8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 203 | 216 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.15 |
| HSL | 186.5º | 0.61% | 0.61% | - |
| HSV(B) | 186.5º | 0.56% | 0.85% | - |
| XYZ | 38.57 | 50.16 | 72.61 | - |
| YUV | 172.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 216 | 0.56 | 0.06 | 0 | 0.15 | 186.5 | 0.61 | 0.61 |
| Hex | 60 | CB | D8 | 38 | 6 | 0 | F | BA | 3D | 3D |
| Octal | 140 | 313 | 330 | 70 | 6 | 0 | 17 | 272 | 75 | 75 |
| Binary | 1100000 | 11001011 | 11011000 | 111000 | 110 | 0 | 1111 | 10111010 | 111101 | 111101 |
Color Harmonies of #60CBD8
Complementary color
Monochromatic Colors of #60CBD8
Black with #60CBD8
Text Example
Text Example
White with #60CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBD8; }
p { color: rgb(96,203,216); }
H1.HeaderClassName
{
color: #60CBD8;
}
.AnyTagClassName
{
color: #60CBD8;
}
</style>
background-color css
<style>
a { background-color: #60CBD8; }
a { background-color: rgb(96,203,216); }
div.DivClassName
{
background-color: #60CBD8;
}
.BgClassName
{
background-color: #60CBD8;
}
</style>
border-color css
<style>
span { border-color: #60CBD8; }
span { border-color: rgb(96,203,216); }
td.TdClassName
{
border-color: #60CBD8;
}
.TagClassName
{
border-color: #60CBD8;
}
</style>