Shades of Turquoise Blue #60CFF7
Tints of Turquoise Blue #60CFF7
RGB
CMYK
RGB Variations
Color information
#60CFF7 (or 0x60CFF7) is known color: Turquoise Blue. HEX triplet: 60, CF and F7. RGB value is (96,207,247). Sum of RGB (Red+Green+Blue) = 96+207+247=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #60CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFF7 is #9F3008. Grayscale: #B2B2B2. Windows color (decimal): -10432521 or 16240480. OLE color: 16240480.
HSL color Cylindrical-coordinate representation of color #60CFF7: hue angle of 195.89º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CFF7 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 207 | 247 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.03 |
| HSL | 195.89º | 0.9% | 0.67% | - |
| HSV(B) | 195.89º | 0.61% | 0.97% | - |
| XYZ | 43.93 | 53.83 | 96.07 | - |
| YUV | 178.37 | 166.73 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 247 | 0.61 | 0.16 | 0 | 0.03 | 195.89 | 0.9 | 0.67 |
| Hex | 60 | CF | F7 | 3D | 10 | 0 | 3 | C4 | 5A | 43 |
| Octal | 140 | 317 | 367 | 75 | 20 | 0 | 3 | 304 | 132 | 103 |
| Binary | 1100000 | 11001111 | 11110111 | 111101 | 10000 | 0 | 11 | 11000100 | 1011010 | 1000011 |
Color Harmonies of #60CFF7
Complementary color
Monochromatic Colors of #60CFF7
Black with #60CFF7
Text Example
Text Example
White with #60CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFF7; }
p { color: rgb(96,207,247); }
H1.HeaderClassName
{
color: #60CFF7;
}
.AnyTagClassName
{
color: #60CFF7;
}
</style>
background-color css
<style>
a { background-color: #60CFF7; }
a { background-color: rgb(96,207,247); }
div.DivClassName
{
background-color: #60CFF7;
}
.BgClassName
{
background-color: #60CFF7;
}
</style>
border-color css
<style>
span { border-color: #60CFF7; }
span { border-color: rgb(96,207,247); }
td.TdClassName
{
border-color: #60CFF7;
}
.TagClassName
{
border-color: #60CFF7;
}
</style>