Shades of Turquoise Blue #60DBEF
Tints of Turquoise Blue #60DBEF
RGB
CMYK
RGB Variations
Color information
#60DBEF (or 0x60DBEF) is known color: Turquoise Blue. HEX triplet: 60, DB and EF. RGB value is (96,219,239). Sum of RGB (Red+Green+Blue) = 96+219+239=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #60DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBEF is #9F2410. Grayscale: #B8B8B8. Windows color (decimal): -10429457 or 15719264. OLE color: 15719264.
HSL color Cylindrical-coordinate representation of color #60DBEF: hue angle of 188.39º degrees, saturation: 0.82, 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 #60DBEF is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 219 | 239 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.06 |
| HSL | 188.39º | 0.82% | 0.66% | - |
| HSV(B) | 188.39º | 0.6% | 0.94% | - |
| XYZ | 45.74 | 59.38 | 90.71 | - |
| YUV | 184.5 | 158.75 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 239 | 0.60 | 0.08 | 0 | 0.06 | 188.39 | 0.82 | 0.66 |
| Hex | 60 | DB | EF | 3C | 8 | 0 | 6 | BC | 52 | 42 |
| Octal | 140 | 333 | 357 | 74 | 10 | 0 | 6 | 274 | 122 | 102 |
| Binary | 1100000 | 11011011 | 11101111 | 111100 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000010 |
Color Harmonies of #60DBEF
Complementary color
Monochromatic Colors of #60DBEF
Black with #60DBEF
Text Example
Text Example
White with #60DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBEF; }
p { color: rgb(96,219,239); }
H1.HeaderClassName
{
color: #60DBEF;
}
.AnyTagClassName
{
color: #60DBEF;
}
</style>
background-color css
<style>
a { background-color: #60DBEF; }
a { background-color: rgb(96,219,239); }
div.DivClassName
{
background-color: #60DBEF;
}
.BgClassName
{
background-color: #60DBEF;
}
</style>
border-color css
<style>
span { border-color: #60DBEF; }
span { border-color: rgb(96,219,239); }
td.TdClassName
{
border-color: #60DBEF;
}
.TagClassName
{
border-color: #60DBEF;
}
</style>