Shades of Turquoise Blue #60DBF3
Tints of Turquoise Blue #60DBF3
RGB
CMYK
RGB Variations
Color information
#60DBF3 (or 0x60DBF3) is known color: Turquoise Blue. HEX triplet: 60, DB and F3. RGB value is (96,219,243). Sum of RGB (Red+Green+Blue) = 96+219+243=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #60DBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBF3 is #9F240C. Grayscale: #B8B8B8. Windows color (decimal): -10429453 or 15981408. OLE color: 15981408.
HSL color Cylindrical-coordinate representation of color #60DBF3: hue angle of 189.8º degrees, saturation: 0.86, 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 #60DBF3 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 219 | 243 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.05 |
| HSL | 189.8º | 0.86% | 0.66% | - |
| HSV(B) | 189.8º | 0.6% | 0.95% | - |
| XYZ | 46.33 | 59.62 | 93.86 | - |
| YUV | 184.96 | 160.75 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 219 | 243 | 0.60 | 0.10 | 0 | 0.05 | 189.8 | 0.86 | 0.66 |
| Hex | 60 | DB | F3 | 3C | A | 0 | 5 | BE | 56 | 42 |
| Octal | 140 | 333 | 363 | 74 | 12 | 0 | 5 | 276 | 126 | 102 |
| Binary | 1100000 | 11011011 | 11110011 | 111100 | 1010 | 0 | 101 | 10111110 | 1010110 | 1000010 |
Color Harmonies of #60DBF3
Complementary color
Monochromatic Colors of #60DBF3
Black with #60DBF3
Text Example
Text Example
White with #60DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DBF3; }
p { color: rgb(96,219,243); }
H1.HeaderClassName
{
color: #60DBF3;
}
.AnyTagClassName
{
color: #60DBF3;
}
</style>
background-color css
<style>
a { background-color: #60DBF3; }
a { background-color: rgb(96,219,243); }
div.DivClassName
{
background-color: #60DBF3;
}
.BgClassName
{
background-color: #60DBF3;
}
</style>
border-color css
<style>
span { border-color: #60DBF3; }
span { border-color: rgb(96,219,243); }
td.TdClassName
{
border-color: #60DBF3;
}
.TagClassName
{
border-color: #60DBF3;
}
</style>