Shades of Turquoise Blue #60DBF0
Tints of Turquoise Blue #60DBF0
RGB
CMYK
RGB Variations
Color information
#60DBF0 (or 0x60DBF0) is known color: Turquoise Blue. HEX triplet: 60, DB and F0. RGB value is (96,219,240). Sum of RGB (Red+Green+Blue) = 96+219+240=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #60DBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBF0 is #9F240F. Grayscale: #B8B8B8. Windows color (decimal): -10429456 or 15784800. OLE color: 15784800.
HSL color Cylindrical-coordinate representation of color #60DBF0: hue angle of 188.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60DBF0 is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 219 | 240 | - |
| CMYK | 0.6 | 0.09 | 0 | 0.06 |
| HSL | 188.75º | 0.83% | 0.66% | - |
| HSV(B) | 188.75º | 0.6% | 0.94% | - |
| XYZ | 45.88 | 59.44 | 91.49 | - |
| YUV | 184.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 240 | 0.6 | 0.09 | 0 | 0.06 | 188.75 | 0.83 | 0.66 |
| Hex | 60 | DB | F0 | 3C | 9 | 0 | 6 | BD | 53 | 42 |
| Octal | 140 | 333 | 360 | 74 | 11 | 0 | 6 | 275 | 123 | 102 |
| Binary | 1100000 | 11011011 | 11110000 | 111100 | 1001 | 0 | 110 | 10111101 | 1010011 | 1000010 |
Color Harmonies of #60DBF0
Complementary color
Monochromatic Colors of #60DBF0
Black with #60DBF0
Text Example
Text Example
White with #60DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBF0; }
p { color: rgb(96,219,240); }
H1.HeaderClassName
{
color: #60DBF0;
}
.AnyTagClassName
{
color: #60DBF0;
}
</style>
background-color css
<style>
a { background-color: #60DBF0; }
a { background-color: rgb(96,219,240); }
div.DivClassName
{
background-color: #60DBF0;
}
.BgClassName
{
background-color: #60DBF0;
}
</style>
border-color css
<style>
span { border-color: #60DBF0; }
span { border-color: rgb(96,219,240); }
td.TdClassName
{
border-color: #60DBF0;
}
.TagClassName
{
border-color: #60DBF0;
}
</style>