Shades of Turquoise Blue #60EDEF
Tints of Turquoise Blue #60EDEF
RGB
CMYK
RGB Variations
Color information
#60EDEF (or 0x60EDEF) is known color: Turquoise Blue. HEX triplet: 60, ED and EF. RGB value is (96,237,239). Sum of RGB (Red+Green+Blue) = 96+237+239=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #60EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EDEF is #9F1210. Grayscale: #C2C2C2. Windows color (decimal): -10424849 or 15723872. OLE color: 15723872.
HSL color Cylindrical-coordinate representation of color #60EDEF: hue angle of 180.84º 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 #60EDEF is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 237 | 239 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.06 |
| HSL | 180.84º | 0.82% | 0.66% | - |
| HSV(B) | 180.84º | 0.6% | 0.94% | - |
| XYZ | 50.69 | 69.29 | 92.36 | - |
| YUV | 195.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 239 | 0.60 | 0.01 | 0 | 0.06 | 180.84 | 0.82 | 0.66 |
| Hex | 60 | ED | EF | 3C | 1 | 0 | 6 | B5 | 52 | 42 |
| Octal | 140 | 355 | 357 | 74 | 1 | 0 | 6 | 265 | 122 | 102 |
| Binary | 1100000 | 11101101 | 11101111 | 111100 | 1 | 0 | 110 | 10110101 | 1010010 | 1000010 |
Color Harmonies of #60EDEF
Complementary color
Monochromatic Colors of #60EDEF
Black with #60EDEF
Text Example
Text Example
White with #60EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EDEF; }
p { color: rgb(96,237,239); }
H1.HeaderClassName
{
color: #60EDEF;
}
.AnyTagClassName
{
color: #60EDEF;
}
</style>
background-color css
<style>
a { background-color: #60EDEF; }
a { background-color: rgb(96,237,239); }
div.DivClassName
{
background-color: #60EDEF;
}
.BgClassName
{
background-color: #60EDEF;
}
</style>
border-color css
<style>
span { border-color: #60EDEF; }
span { border-color: rgb(96,237,239); }
td.TdClassName
{
border-color: #60EDEF;
}
.TagClassName
{
border-color: #60EDEF;
}
</style>