Shades of Turquoise Blue #60DCEF
Tints of Turquoise Blue #60DCEF
RGB
CMYK
RGB Variations
Color information
#60DCEF (or 0x60DCEF) is known color: Turquoise Blue. HEX triplet: 60, DC and EF. RGB value is (96,220,239). Sum of RGB (Red+Green+Blue) = 96+220+239=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #60DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCEF is #9F2310. Grayscale: #B8B8B8. Windows color (decimal): -10429201 or 15719520. OLE color: 15719520.
HSL color Cylindrical-coordinate representation of color #60DCEF: hue angle of 187.97º 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 #60DCEF is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 220 | 239 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.06 |
| HSL | 187.97º | 0.82% | 0.66% | - |
| HSV(B) | 187.97º | 0.6% | 0.94% | - |
| XYZ | 46 | 59.91 | 90.8 | - |
| YUV | 185.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 239 | 0.60 | 0.08 | 0 | 0.06 | 187.97 | 0.82 | 0.66 |
| Hex | 60 | DC | EF | 3C | 8 | 0 | 6 | BC | 52 | 42 |
| Octal | 140 | 334 | 357 | 74 | 10 | 0 | 6 | 274 | 122 | 102 |
| Binary | 1100000 | 11011100 | 11101111 | 111100 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000010 |
Color Harmonies of #60DCEF
Complementary color
Monochromatic Colors of #60DCEF
Black with #60DCEF
Text Example
Text Example
White with #60DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCEF; }
p { color: rgb(96,220,239); }
H1.HeaderClassName
{
color: #60DCEF;
}
.AnyTagClassName
{
color: #60DCEF;
}
</style>
background-color css
<style>
a { background-color: #60DCEF; }
a { background-color: rgb(96,220,239); }
div.DivClassName
{
background-color: #60DCEF;
}
.BgClassName
{
background-color: #60DCEF;
}
</style>
border-color css
<style>
span { border-color: #60DCEF; }
span { border-color: rgb(96,220,239); }
td.TdClassName
{
border-color: #60DCEF;
}
.TagClassName
{
border-color: #60DCEF;
}
</style>