Shades of Turquoise Blue #60CFDA
Tints of Turquoise Blue #60CFDA
RGB
CMYK
RGB Variations
Color information
#60CFDA (or 0x60CFDA) is known color: Turquoise Blue. HEX triplet: 60, CF and DA. RGB value is (96,207,218). Sum of RGB (Red+Green+Blue) = 96+207+218=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #60CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFDA is #9F3025. Grayscale: #AEAEAE. Windows color (decimal): -10432550 or 14339936. OLE color: 14339936.
HSL color Cylindrical-coordinate representation of color #60CFDA: hue angle of 185.41º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CFDA is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 207 | 218 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.15 |
| HSL | 185.41º | 0.62% | 0.62% | - |
| HSV(B) | 185.41º | 0.56% | 0.85% | - |
| XYZ | 39.79 | 52.17 | 74.3 | - |
| YUV | 175.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 218 | 0.56 | 0.05 | 0 | 0.15 | 185.41 | 0.62 | 0.62 |
| Hex | 60 | CF | DA | 38 | 5 | 0 | F | B9 | 3E | 3E |
| Octal | 140 | 317 | 332 | 70 | 5 | 0 | 17 | 271 | 76 | 76 |
| Binary | 1100000 | 11001111 | 11011010 | 111000 | 101 | 0 | 1111 | 10111001 | 111110 | 111110 |
Color Harmonies of #60CFDA
Complementary color
Monochromatic Colors of #60CFDA
Black with #60CFDA
Text Example
Text Example
White with #60CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFDA; }
p { color: rgb(96,207,218); }
H1.HeaderClassName
{
color: #60CFDA;
}
.AnyTagClassName
{
color: #60CFDA;
}
</style>
background-color css
<style>
a { background-color: #60CFDA; }
a { background-color: rgb(96,207,218); }
div.DivClassName
{
background-color: #60CFDA;
}
.BgClassName
{
background-color: #60CFDA;
}
</style>
border-color css
<style>
span { border-color: #60CFDA; }
span { border-color: rgb(96,207,218); }
td.TdClassName
{
border-color: #60CFDA;
}
.TagClassName
{
border-color: #60CFDA;
}
</style>