Shades of Turquoise Blue #60EFE2
Tints of Turquoise Blue #60EFE2
RGB
CMYK
RGB Variations
Color information
#60EFE2 (or 0x60EFE2) is known color: Turquoise Blue. HEX triplet: 60, EF and E2. RGB value is (96,239,226). Sum of RGB (Red+Green+Blue) = 96+239+226=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFE2 is #9F101D. Grayscale: #C2C2C2. Windows color (decimal): -10424350 or 14872416. OLE color: 14872416.
HSL color Cylindrical-coordinate representation of color #60EFE2: hue angle of 174.55º 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 #60EFE2 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 226 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.06 |
| HSL | 174.55º | 0.82% | 0.66% | - |
| HSV(B) | 174.55º | 0.6% | 0.94% | - |
| XYZ | 49.42 | 69.71 | 82.8 | - |
| YUV | 194.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 226 | 0.60 | 0 | 0.05 | 0.06 | 174.55 | 0.82 | 0.66 |
| Hex | 60 | EF | E2 | 3C | 0 | 5 | 6 | AF | 52 | 42 |
| Octal | 140 | 357 | 342 | 74 | 0 | 5 | 6 | 257 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11100010 | 111100 | 0 | 101 | 110 | 10101111 | 1010010 | 1000010 |
Color Harmonies of #60EFE2
Complementary color
Monochromatic Colors of #60EFE2
Black with #60EFE2
Text Example
Text Example
White with #60EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFE2; }
p { color: rgb(96,239,226); }
H1.HeaderClassName
{
color: #60EFE2;
}
.AnyTagClassName
{
color: #60EFE2;
}
</style>
background-color css
<style>
a { background-color: #60EFE2; }
a { background-color: rgb(96,239,226); }
div.DivClassName
{
background-color: #60EFE2;
}
.BgClassName
{
background-color: #60EFE2;
}
</style>
border-color css
<style>
span { border-color: #60EFE2; }
span { border-color: rgb(96,239,226); }
td.TdClassName
{
border-color: #60EFE2;
}
.TagClassName
{
border-color: #60EFE2;
}
</style>