Shades of Turquoise Blue #60DBF1
Tints of Turquoise Blue #60DBF1
RGB
CMYK
RGB Variations
Color information
#60DBF1 (or 0x60DBF1) is known color: Turquoise Blue. HEX triplet: 60, DB and F1. RGB value is (96,219,241). Sum of RGB (Red+Green+Blue) = 96+219+241=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #60DBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBF1 is #9F240E. Grayscale: #B8B8B8. Windows color (decimal): -10429455 or 15850336. OLE color: 15850336.
HSL color Cylindrical-coordinate representation of color #60DBF1: hue angle of 189.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60DBF1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 219 | 241 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.05 |
| HSL | 189.1º | 0.84% | 0.66% | - |
| HSV(B) | 189.1º | 0.6% | 0.95% | - |
| XYZ | 46.03 | 59.5 | 92.28 | - |
| YUV | 184.73 | 159.75 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 241 | 0.60 | 0.09 | 0 | 0.05 | 189.1 | 0.84 | 0.66 |
| Hex | 60 | DB | F1 | 3C | 9 | 0 | 5 | BD | 54 | 42 |
| Octal | 140 | 333 | 361 | 74 | 11 | 0 | 5 | 275 | 124 | 102 |
| Binary | 1100000 | 11011011 | 11110001 | 111100 | 1001 | 0 | 101 | 10111101 | 1010100 | 1000010 |
Color Harmonies of #60DBF1
Complementary color
Monochromatic Colors of #60DBF1
Black with #60DBF1
Text Example
Text Example
White with #60DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBF1; }
p { color: rgb(96,219,241); }
H1.HeaderClassName
{
color: #60DBF1;
}
.AnyTagClassName
{
color: #60DBF1;
}
</style>
background-color css
<style>
a { background-color: #60DBF1; }
a { background-color: rgb(96,219,241); }
div.DivClassName
{
background-color: #60DBF1;
}
.BgClassName
{
background-color: #60DBF1;
}
</style>
border-color css
<style>
span { border-color: #60DBF1; }
span { border-color: rgb(96,219,241); }
td.TdClassName
{
border-color: #60DBF1;
}
.TagClassName
{
border-color: #60DBF1;
}
</style>