Shades of Turquoise Blue #60DCFD
Tints of Turquoise Blue #60DCFD
RGB
CMYK
RGB Variations
Color information
#60DCFD (or 0x60DCFD) is known color: Turquoise Blue. HEX triplet: 60, DC and FD. RGB value is (96,220,253). Sum of RGB (Red+Green+Blue) = 96+220+253=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #60DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCFD is #9F2302. Grayscale: #BABABA. Windows color (decimal): -10429187 or 16637024. OLE color: 16637024.
HSL color Cylindrical-coordinate representation of color #60DCFD: hue angle of 192.61º 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 #60DCFD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 220 | 253 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.01 |
| HSL | 192.61º | 0.98% | 0.68% | - |
| HSV(B) | 192.61º | 0.62% | 0.99% | - |
| XYZ | 48.15 | 60.77 | 102.12 | - |
| YUV | 186.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 253 | 0.62 | 0.13 | 0 | 0.01 | 192.61 | 0.98 | 0.68 |
| Hex | 60 | DC | FD | 3E | D | 0 | 1 | C1 | 62 | 44 |
| Octal | 140 | 334 | 375 | 76 | 15 | 0 | 1 | 301 | 142 | 104 |
| Binary | 1100000 | 11011100 | 11111101 | 111110 | 1101 | 0 | 1 | 11000001 | 1100010 | 1000100 |
Color Harmonies of #60DCFD
Complementary color
Monochromatic Colors of #60DCFD
Black with #60DCFD
Text Example
Text Example
White with #60DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCFD; }
p { color: rgb(96,220,253); }
H1.HeaderClassName
{
color: #60DCFD;
}
.AnyTagClassName
{
color: #60DCFD;
}
</style>
background-color css
<style>
a { background-color: #60DCFD; }
a { background-color: rgb(96,220,253); }
div.DivClassName
{
background-color: #60DCFD;
}
.BgClassName
{
background-color: #60DCFD;
}
</style>
border-color css
<style>
span { border-color: #60DCFD; }
span { border-color: rgb(96,220,253); }
td.TdClassName
{
border-color: #60DCFD;
}
.TagClassName
{
border-color: #60DCFD;
}
</style>