Shades of Turquoise Blue #60CFD5
Tints of Turquoise Blue #60CFD5
RGB
CMYK
RGB Variations
Color information
#60CFD5 (or 0x60CFD5) is known color: Turquoise Blue. HEX triplet: 60, CF and D5. RGB value is (96,207,213). Sum of RGB (Red+Green+Blue) = 96+207+213=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #60CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFD5 is #9F302A. Grayscale: #AEAEAE. Windows color (decimal): -10432555 or 14012256. OLE color: 14012256.
HSL color Cylindrical-coordinate representation of color #60CFD5: hue angle of 183.08º degrees, saturation: 0.58, 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 #60CFD5 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 207 | 213 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.16 |
| HSL | 183.08º | 0.58% | 0.61% | - |
| HSV(B) | 183.08º | 0.55% | 0.84% | - |
| XYZ | 39.15 | 51.92 | 70.91 | - |
| YUV | 174.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 213 | 0.55 | 0.03 | 0 | 0.16 | 183.08 | 0.58 | 0.61 |
| Hex | 60 | CF | D5 | 37 | 3 | 0 | 10 | B7 | 3A | 3D |
| Octal | 140 | 317 | 325 | 67 | 3 | 0 | 20 | 267 | 72 | 75 |
| Binary | 1100000 | 11001111 | 11010101 | 110111 | 11 | 0 | 10000 | 10110111 | 111010 | 111101 |
Color Harmonies of #60CFD5
Complementary color
Monochromatic Colors of #60CFD5
Black with #60CFD5
Text Example
Text Example
White with #60CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFD5; }
p { color: rgb(96,207,213); }
H1.HeaderClassName
{
color: #60CFD5;
}
.AnyTagClassName
{
color: #60CFD5;
}
</style>
background-color css
<style>
a { background-color: #60CFD5; }
a { background-color: rgb(96,207,213); }
div.DivClassName
{
background-color: #60CFD5;
}
.BgClassName
{
background-color: #60CFD5;
}
</style>
border-color css
<style>
span { border-color: #60CFD5; }
span { border-color: rgb(96,207,213); }
td.TdClassName
{
border-color: #60CFD5;
}
.TagClassName
{
border-color: #60CFD5;
}
</style>