Shades of Turquoise Blue #60CFE0
Tints of Turquoise Blue #60CFE0
RGB
CMYK
RGB Variations
Color information
#60CFE0 (or 0x60CFE0) is known color: Turquoise Blue. HEX triplet: 60, CF and E0. RGB value is (96,207,224). Sum of RGB (Red+Green+Blue) = 96+207+224=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #60CFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFE0 is #9F301F. Grayscale: #AFAFAF. Windows color (decimal): -10432544 or 14733152. OLE color: 14733152.
HSL color Cylindrical-coordinate representation of color #60CFE0: hue angle of 187.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60CFE0 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 207 | 224 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.12 |
| HSL | 187.97º | 0.67% | 0.63% | - |
| HSV(B) | 187.97º | 0.57% | 0.88% | - |
| XYZ | 40.59 | 52.49 | 78.51 | - |
| YUV | 175.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 224 | 0.57 | 0.08 | 0 | 0.12 | 187.97 | 0.67 | 0.63 |
| Hex | 60 | CF | E0 | 39 | 8 | 0 | C | BC | 43 | 3F |
| Octal | 140 | 317 | 340 | 71 | 10 | 0 | 14 | 274 | 103 | 77 |
| Binary | 1100000 | 11001111 | 11100000 | 111001 | 1000 | 0 | 1100 | 10111100 | 1000011 | 111111 |
Color Harmonies of #60CFE0
Complementary color
Monochromatic Colors of #60CFE0
Black with #60CFE0
Text Example
Text Example
White with #60CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFE0; }
p { color: rgb(96,207,224); }
H1.HeaderClassName
{
color: #60CFE0;
}
.AnyTagClassName
{
color: #60CFE0;
}
</style>
background-color css
<style>
a { background-color: #60CFE0; }
a { background-color: rgb(96,207,224); }
div.DivClassName
{
background-color: #60CFE0;
}
.BgClassName
{
background-color: #60CFE0;
}
</style>
border-color css
<style>
span { border-color: #60CFE0; }
span { border-color: rgb(96,207,224); }
td.TdClassName
{
border-color: #60CFE0;
}
.TagClassName
{
border-color: #60CFE0;
}
</style>