Shades of Turquoise Blue #60D9FD
Tints of Turquoise Blue #60D9FD
RGB
CMYK
RGB Variations
Color information
#60D9FD (or 0x60D9FD) is known color: Turquoise Blue. HEX triplet: 60, D9 and FD. RGB value is (96,217,253). Sum of RGB (Red+Green+Blue) = 96+217+253=566 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.96% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #60D9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D9FD is #9F2602. Grayscale: #B8B8B8. Windows color (decimal): -10429955 or 16636256. OLE color: 16636256.
HSL color Cylindrical-coordinate representation of color #60D9FD: hue angle of 193.76º degrees, saturation: 0.98, 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 #60D9FD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 217 | 253 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.01 |
| HSL | 193.76º | 0.98% | 0.68% | - |
| HSV(B) | 193.76º | 0.62% | 0.99% | - |
| XYZ | 47.37 | 59.2 | 101.86 | - |
| YUV | 184.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 253 | 0.62 | 0.14 | 0 | 0.01 | 193.76 | 0.98 | 0.68 |
| Hex | 60 | D9 | FD | 3E | E | 0 | 1 | C2 | 62 | 44 |
| Octal | 140 | 331 | 375 | 76 | 16 | 0 | 1 | 302 | 142 | 104 |
| Binary | 1100000 | 11011001 | 11111101 | 111110 | 1110 | 0 | 1 | 11000010 | 1100010 | 1000100 |
Color Harmonies of #60D9FD
Complementary color
Monochromatic Colors of #60D9FD
Black with #60D9FD
Text Example
Text Example
White with #60D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D9FD; }
p { color: rgb(96,217,253); }
H1.HeaderClassName
{
color: #60D9FD;
}
.AnyTagClassName
{
color: #60D9FD;
}
</style>
background-color css
<style>
a { background-color: #60D9FD; }
a { background-color: rgb(96,217,253); }
div.DivClassName
{
background-color: #60D9FD;
}
.BgClassName
{
background-color: #60D9FD;
}
</style>
border-color css
<style>
span { border-color: #60D9FD; }
span { border-color: rgb(96,217,253); }
td.TdClassName
{
border-color: #60D9FD;
}
.TagClassName
{
border-color: #60D9FD;
}
</style>