Shades of Turquoise Blue #60DCFB
Tints of Turquoise Blue #60DCFB
RGB
CMYK
RGB Variations
Color information
#60DCFB (or 0x60DCFB) is known color: Turquoise Blue. HEX triplet: 60, DC and FB. RGB value is (96,220,251). Sum of RGB (Red+Green+Blue) = 96+220+251=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #60DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCFB is #9F2304. Grayscale: #BABABA. Windows color (decimal): -10429189 or 16505952. OLE color: 16505952.
HSL color Cylindrical-coordinate representation of color #60DCFB: hue angle of 192º 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 #60DCFB is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 220 | 251 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.02 |
| HSL | 192º | 0.95% | 0.68% | - |
| HSV(B) | 192º | 0.62% | 0.98% | - |
| XYZ | 47.83 | 60.64 | 100.45 | - |
| YUV | 186.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 251 | 0.62 | 0.12 | 0 | 0.02 | 192 | 0.95 | 0.68 |
| Hex | 60 | DC | FB | 3E | C | 0 | 2 | C0 | 5F | 44 |
| Octal | 140 | 334 | 373 | 76 | 14 | 0 | 2 | 300 | 137 | 104 |
| Binary | 1100000 | 11011100 | 11111011 | 111110 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000100 |
Color Harmonies of #60DCFB
Complementary color
Monochromatic Colors of #60DCFB
Black with #60DCFB
Text Example
Text Example
White with #60DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCFB; }
p { color: rgb(96,220,251); }
H1.HeaderClassName
{
color: #60DCFB;
}
.AnyTagClassName
{
color: #60DCFB;
}
</style>
background-color css
<style>
a { background-color: #60DCFB; }
a { background-color: rgb(96,220,251); }
div.DivClassName
{
background-color: #60DCFB;
}
.BgClassName
{
background-color: #60DCFB;
}
</style>
border-color css
<style>
span { border-color: #60DCFB; }
span { border-color: rgb(96,220,251); }
td.TdClassName
{
border-color: #60DCFB;
}
.TagClassName
{
border-color: #60DCFB;
}
</style>