Shades of Turquoise Blue #75E2EC
Tints of Turquoise Blue #75E2EC
RGB
CMYK
RGB Variations
Color information
#75E2EC (or 0x75E2EC) is known color: Turquoise Blue. HEX triplet: 75, E2 and EC. RGB value is (117,226,236). Sum of RGB (Red+Green+Blue) = 117+226+236=579 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.21% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #75E2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2EC is #8A1D13. Grayscale: #C2C2C2. Windows color (decimal): -9051412 or 15524469. OLE color: 15524469.
HSL color Cylindrical-coordinate representation of color #75E2EC: hue angle of 185.04º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E2EC is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 226 | 236 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.07 |
| HSL | 185.04º | 0.76% | 0.69% | - |
| HSV(B) | 185.04º | 0.5% | 0.93% | - |
| XYZ | 49.67 | 64.23 | 89.14 | - |
| YUV | 194.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 236 | 0.50 | 0.04 | 0 | 0.07 | 185.04 | 0.76 | 0.69 |
| Hex | 75 | E2 | EC | 32 | 4 | 0 | 7 | B9 | 4C | 45 |
| Octal | 165 | 342 | 354 | 62 | 4 | 0 | 7 | 271 | 114 | 105 |
| Binary | 1110101 | 11100010 | 11101100 | 110010 | 100 | 0 | 111 | 10111001 | 1001100 | 1000101 |
Color Harmonies of #75E2EC
Complementary color
Monochromatic Colors of #75E2EC
Black with #75E2EC
Text Example
Text Example
White with #75E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2EC; }
p { color: rgb(117,226,236); }
H1.HeaderClassName
{
color: #75E2EC;
}
.AnyTagClassName
{
color: #75E2EC;
}
</style>
background-color css
<style>
a { background-color: #75E2EC; }
a { background-color: rgb(117,226,236); }
div.DivClassName
{
background-color: #75E2EC;
}
.BgClassName
{
background-color: #75E2EC;
}
</style>
border-color css
<style>
span { border-color: #75E2EC; }
span { border-color: rgb(117,226,236); }
td.TdClassName
{
border-color: #75E2EC;
}
.TagClassName
{
border-color: #75E2EC;
}
</style>