Shades of Turquoise Blue #60E9F3
Tints of Turquoise Blue #60E9F3
RGB
CMYK
RGB Variations
Color information
#60E9F3 (or 0x60E9F3) is known color: Turquoise Blue. HEX triplet: 60, E9 and F3. RGB value is (96,233,243). Sum of RGB (Red+Green+Blue) = 96+233+243=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #60E9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E9F3 is #9F160C. Grayscale: #C0C0C0. Windows color (decimal): -10425869 or 15984992. OLE color: 15984992.
HSL color Cylindrical-coordinate representation of color #60E9F3: hue angle of 184.08º 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 #60E9F3 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 233 | 243 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.05 |
| HSL | 184.08º | 0.86% | 0.66% | - |
| HSV(B) | 184.08º | 0.6% | 0.95% | - |
| XYZ | 50.14 | 67.24 | 95.13 | - |
| YUV | 193.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 233 | 243 | 0.60 | 0.04 | 0 | 0.05 | 184.08 | 0.86 | 0.66 |
| Hex | 60 | E9 | F3 | 3C | 4 | 0 | 5 | B8 | 56 | 42 |
| Octal | 140 | 351 | 363 | 74 | 4 | 0 | 5 | 270 | 126 | 102 |
| Binary | 1100000 | 11101001 | 11110011 | 111100 | 100 | 0 | 101 | 10111000 | 1010110 | 1000010 |
Color Harmonies of #60E9F3
Complementary color
Monochromatic Colors of #60E9F3
Black with #60E9F3
Text Example
Text Example
White with #60E9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E9F3; }
p { color: rgb(96,233,243); }
H1.HeaderClassName
{
color: #60E9F3;
}
.AnyTagClassName
{
color: #60E9F3;
}
</style>
background-color css
<style>
a { background-color: #60E9F3; }
a { background-color: rgb(96,233,243); }
div.DivClassName
{
background-color: #60E9F3;
}
.BgClassName
{
background-color: #60E9F3;
}
</style>
border-color css
<style>
span { border-color: #60E9F3; }
span { border-color: rgb(96,233,243); }
td.TdClassName
{
border-color: #60E9F3;
}
.TagClassName
{
border-color: #60E9F3;
}
</style>