Shades of Turquoise Blue #60EDED
Tints of Turquoise Blue #60EDED
RGB
CMYK
RGB Variations
Color information
#60EDED (or 0x60EDED) is known color: Turquoise Blue. HEX triplet: 60, ED and ED. RGB value is (96,237,237). Sum of RGB (Red+Green+Blue) = 96+237+237=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #60EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EDED is #9F1212. Grayscale: #C2C2C2. Windows color (decimal): -10424851 or 15592800. OLE color: 15592800.
HSL color Cylindrical-coordinate representation of color #60EDED: hue angle of 180º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDED is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 237 | 237 | - |
| CMYK | 0.59 | 0 | 0 | 0.07 |
| HSL | 180º | 0.8% | 0.65% | - |
| HSV(B) | 180º | 0.59% | 0.93% | - |
| XYZ | 50.39 | 69.17 | 90.82 | - |
| YUV | 194.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 237 | 0.59 | 0 | 0 | 0.07 | 180 | 0.8 | 0.65 |
| Hex | 60 | ED | ED | 3B | 0 | 0 | 7 | B4 | 50 | 41 |
| Octal | 140 | 355 | 355 | 73 | 0 | 0 | 7 | 264 | 120 | 101 |
| Binary | 1100000 | 11101101 | 11101101 | 111011 | 0 | 0 | 111 | 10110100 | 1010000 | 1000001 |
Color Harmonies of #60EDED
Complementary color
Monochromatic Colors of #60EDED
Black with #60EDED
Text Example
Text Example
White with #60EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EDED; }
p { color: rgb(96,237,237); }
H1.HeaderClassName
{
color: #60EDED;
}
.AnyTagClassName
{
color: #60EDED;
}
</style>
background-color css
<style>
a { background-color: #60EDED; }
a { background-color: rgb(96,237,237); }
div.DivClassName
{
background-color: #60EDED;
}
.BgClassName
{
background-color: #60EDED;
}
</style>
border-color css
<style>
span { border-color: #60EDED; }
span { border-color: rgb(96,237,237); }
td.TdClassName
{
border-color: #60EDED;
}
.TagClassName
{
border-color: #60EDED;
}
</style>