Shades of Turquoise Blue #60CFEA
Tints of Turquoise Blue #60CFEA
RGB
CMYK
RGB Variations
Color information
#60CFEA (or 0x60CFEA) is known color: Turquoise Blue. HEX triplet: 60, CF and EA. RGB value is (96,207,234). Sum of RGB (Red+Green+Blue) = 96+207+234=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #60CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFEA is #9F3015. Grayscale: #B0B0B0. Windows color (decimal): -10432534 or 15388512. OLE color: 15388512.
HSL color Cylindrical-coordinate representation of color #60CFEA: hue angle of 191.74º degrees, saturation: 0.77, 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 #60CFEA is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 207 | 234 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.08 |
| HSL | 191.74º | 0.77% | 0.65% | - |
| HSV(B) | 191.74º | 0.59% | 0.92% | - |
| XYZ | 41.99 | 53.05 | 85.87 | - |
| YUV | 176.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 234 | 0.59 | 0.12 | 0 | 0.08 | 191.74 | 0.77 | 0.65 |
| Hex | 60 | CF | EA | 3B | C | 0 | 8 | C0 | 4D | 41 |
| Octal | 140 | 317 | 352 | 73 | 14 | 0 | 10 | 300 | 115 | 101 |
| Binary | 1100000 | 11001111 | 11101010 | 111011 | 1100 | 0 | 1000 | 11000000 | 1001101 | 1000001 |
Color Harmonies of #60CFEA
Complementary color
Monochromatic Colors of #60CFEA
Black with #60CFEA
Text Example
Text Example
White with #60CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFEA; }
p { color: rgb(96,207,234); }
H1.HeaderClassName
{
color: #60CFEA;
}
.AnyTagClassName
{
color: #60CFEA;
}
</style>
background-color css
<style>
a { background-color: #60CFEA; }
a { background-color: rgb(96,207,234); }
div.DivClassName
{
background-color: #60CFEA;
}
.BgClassName
{
background-color: #60CFEA;
}
</style>
border-color css
<style>
span { border-color: #60CFEA; }
span { border-color: rgb(96,207,234); }
td.TdClassName
{
border-color: #60CFEA;
}
.TagClassName
{
border-color: #60CFEA;
}
</style>