Shades of Turquoise Blue #60D3FB
Tints of Turquoise Blue #60D3FB
RGB
CMYK
RGB Variations
Color information
#60D3FB (or 0x60D3FB) is known color: Turquoise Blue. HEX triplet: 60, D3 and FB. RGB value is (96,211,251). Sum of RGB (Red+Green+Blue) = 96+211+251=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #60D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D3FB is #9F2C04. Grayscale: #B4B4B4. Windows color (decimal): -10431493 or 16503648. OLE color: 16503648.
HSL color Cylindrical-coordinate representation of color #60D3FB: hue angle of 195.48º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D3FB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 211 | 251 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.02 |
| HSL | 195.48º | 0.95% | 0.68% | - |
| HSV(B) | 195.48º | 0.62% | 0.98% | - |
| XYZ | 45.53 | 56.04 | 99.68 | - |
| YUV | 181.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 211 | 251 | 0.62 | 0.16 | 0 | 0.02 | 195.48 | 0.95 | 0.68 |
| Hex | 60 | D3 | FB | 3E | 10 | 0 | 2 | C3 | 5F | 44 |
| Octal | 140 | 323 | 373 | 76 | 20 | 0 | 2 | 303 | 137 | 104 |
| Binary | 1100000 | 11010011 | 11111011 | 111110 | 10000 | 0 | 10 | 11000011 | 1011111 | 1000100 |
Color Harmonies of #60D3FB
Complementary color
Monochromatic Colors of #60D3FB
Black with #60D3FB
Text Example
Text Example
White with #60D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D3FB; }
p { color: rgb(96,211,251); }
H1.HeaderClassName
{
color: #60D3FB;
}
.AnyTagClassName
{
color: #60D3FB;
}
</style>
background-color css
<style>
a { background-color: #60D3FB; }
a { background-color: rgb(96,211,251); }
div.DivClassName
{
background-color: #60D3FB;
}
.BgClassName
{
background-color: #60D3FB;
}
</style>
border-color css
<style>
span { border-color: #60D3FB; }
span { border-color: rgb(96,211,251); }
td.TdClassName
{
border-color: #60D3FB;
}
.TagClassName
{
border-color: #60D3FB;
}
</style>