Shades of Turquoise Blue #60CFE5
Tints of Turquoise Blue #60CFE5
RGB
CMYK
RGB Variations
Color information
#60CFE5 (or 0x60CFE5) is known color: Turquoise Blue. HEX triplet: 60, CF and E5. RGB value is (96,207,229). Sum of RGB (Red+Green+Blue) = 96+207+229=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #60CFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFE5 is #9F301A. Grayscale: #B0B0B0. Windows color (decimal): -10432539 or 15060832. OLE color: 15060832.
HSL color Cylindrical-coordinate representation of color #60CFE5: hue angle of 189.92º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60CFE5 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 207 | 229 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.10 |
| HSL | 189.92º | 0.72% | 0.64% | - |
| HSV(B) | 189.92º | 0.58% | 0.9% | - |
| XYZ | 41.28 | 52.77 | 82.14 | - |
| YUV | 176.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 229 | 0.58 | 0.10 | 0 | 0.10 | 189.92 | 0.72 | 0.64 |
| Hex | 60 | CF | E5 | 3A | A | 0 | A | BE | 48 | 40 |
| Octal | 140 | 317 | 345 | 72 | 12 | 0 | 12 | 276 | 110 | 100 |
| Binary | 1100000 | 11001111 | 11100101 | 111010 | 1010 | 0 | 1010 | 10111110 | 1001000 | 1000000 |
Color Harmonies of #60CFE5
Complementary color
Monochromatic Colors of #60CFE5
Black with #60CFE5
Text Example
Text Example
White with #60CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFE5; }
p { color: rgb(96,207,229); }
H1.HeaderClassName
{
color: #60CFE5;
}
.AnyTagClassName
{
color: #60CFE5;
}
</style>
background-color css
<style>
a { background-color: #60CFE5; }
a { background-color: rgb(96,207,229); }
div.DivClassName
{
background-color: #60CFE5;
}
.BgClassName
{
background-color: #60CFE5;
}
</style>
border-color css
<style>
span { border-color: #60CFE5; }
span { border-color: rgb(96,207,229); }
td.TdClassName
{
border-color: #60CFE5;
}
.TagClassName
{
border-color: #60CFE5;
}
</style>