Shades of Turquoise Blue #60D5FC
Tints of Turquoise Blue #60D5FC
RGB
CMYK
RGB Variations
Color information
#60D5FC (or 0x60D5FC) is known color: Turquoise Blue. HEX triplet: 60, D5 and FC. RGB value is (96,213,252). Sum of RGB (Red+Green+Blue) = 96+213+252=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #60D5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D5FC is #9F2A03. Grayscale: #B6B6B6. Windows color (decimal): -10430980 or 16569696. OLE color: 16569696.
HSL color Cylindrical-coordinate representation of color #60D5FC: hue angle of 195º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D5FC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 213 | 252 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.01 |
| HSL | 195º | 0.96% | 0.68% | - |
| HSV(B) | 195º | 0.62% | 0.99% | - |
| XYZ | 46.19 | 57.1 | 100.68 | - |
| YUV | 182.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 213 | 252 | 0.62 | 0.15 | 0 | 0.01 | 195 | 0.96 | 0.68 |
| Hex | 60 | D5 | FC | 3E | F | 0 | 1 | C3 | 60 | 44 |
| Octal | 140 | 325 | 374 | 76 | 17 | 0 | 1 | 303 | 140 | 104 |
| Binary | 1100000 | 11010101 | 11111100 | 111110 | 1111 | 0 | 1 | 11000011 | 1100000 | 1000100 |
Color Harmonies of #60D5FC
Complementary color
Monochromatic Colors of #60D5FC
Black with #60D5FC
Text Example
Text Example
White with #60D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D5FC; }
p { color: rgb(96,213,252); }
H1.HeaderClassName
{
color: #60D5FC;
}
.AnyTagClassName
{
color: #60D5FC;
}
</style>
background-color css
<style>
a { background-color: #60D5FC; }
a { background-color: rgb(96,213,252); }
div.DivClassName
{
background-color: #60D5FC;
}
.BgClassName
{
background-color: #60D5FC;
}
</style>
border-color css
<style>
span { border-color: #60D5FC; }
span { border-color: rgb(96,213,252); }
td.TdClassName
{
border-color: #60D5FC;
}
.TagClassName
{
border-color: #60D5FC;
}
</style>