Shades of Turquoise Blue #75ECE2
Tints of Turquoise Blue #75ECE2
RGB
CMYK
RGB Variations
Color information
#75ECE2 (or 0x75ECE2) is known color: Turquoise Blue. HEX triplet: 75, EC and E2. RGB value is (117,236,226). Sum of RGB (Red+Green+Blue) = 117+236+226=579 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.21% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECE2 is #8A131D. Grayscale: #C7C7C7. Windows color (decimal): -9048862 or 14871669. OLE color: 14871669.
HSL color Cylindrical-coordinate representation of color #75ECE2: hue angle of 174.96º 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 #75ECE2 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 226 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.07 |
| HSL | 174.96º | 0.76% | 0.69% | - |
| HSV(B) | 174.96º | 0.5% | 0.93% | - |
| XYZ | 51.06 | 69.26 | 82.63 | - |
| YUV | 199.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 226 | 0.50 | 0 | 0.04 | 0.07 | 174.96 | 0.76 | 0.69 |
| Hex | 75 | EC | E2 | 32 | 0 | 4 | 7 | AF | 4C | 45 |
| Octal | 165 | 354 | 342 | 62 | 0 | 4 | 7 | 257 | 114 | 105 |
| Binary | 1110101 | 11101100 | 11100010 | 110010 | 0 | 100 | 111 | 10101111 | 1001100 | 1000101 |
Color Harmonies of #75ECE2
Complementary color
Monochromatic Colors of #75ECE2
Black with #75ECE2
Text Example
Text Example
White with #75ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ECE2; }
p { color: rgb(117,236,226); }
H1.HeaderClassName
{
color: #75ECE2;
}
.AnyTagClassName
{
color: #75ECE2;
}
</style>
background-color css
<style>
a { background-color: #75ECE2; }
a { background-color: rgb(117,236,226); }
div.DivClassName
{
background-color: #75ECE2;
}
.BgClassName
{
background-color: #75ECE2;
}
</style>
border-color css
<style>
span { border-color: #75ECE2; }
span { border-color: rgb(117,236,226); }
td.TdClassName
{
border-color: #75ECE2;
}
.TagClassName
{
border-color: #75ECE2;
}
</style>