Shades of Turquoise Blue #75E5E2
Tints of Turquoise Blue #75E5E2
RGB
CMYK
RGB Variations
Color information
#75E5E2 (or 0x75E5E2) is known color: Turquoise Blue. HEX triplet: 75, E5 and E2. RGB value is (117,229,226). Sum of RGB (Red+Green+Blue) = 117+229+226=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5E2 is #8A1A1D. Grayscale: #C3C3C3. Windows color (decimal): -9050654 or 14869877. OLE color: 14869877.
HSL color Cylindrical-coordinate representation of color #75E5E2: hue angle of 178.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E5E2 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 226 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.10 |
| HSL | 178.39º | 0.68% | 0.68% | - |
| HSV(B) | 178.39º | 0.49% | 0.9% | - |
| XYZ | 49.08 | 65.31 | 81.97 | - |
| YUV | 195.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 226 | 0.49 | 0 | 0.01 | 0.10 | 178.39 | 0.68 | 0.68 |
| Hex | 75 | E5 | E2 | 31 | 0 | 1 | A | B2 | 44 | 44 |
| Octal | 165 | 345 | 342 | 61 | 0 | 1 | 12 | 262 | 104 | 104 |
| Binary | 1110101 | 11100101 | 11100010 | 110001 | 0 | 1 | 1010 | 10110010 | 1000100 | 1000100 |
Color Harmonies of #75E5E2
Complementary color
Monochromatic Colors of #75E5E2
Black with #75E5E2
Text Example
Text Example
White with #75E5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E5E2; }
p { color: rgb(117,229,226); }
H1.HeaderClassName
{
color: #75E5E2;
}
.AnyTagClassName
{
color: #75E5E2;
}
</style>
background-color css
<style>
a { background-color: #75E5E2; }
a { background-color: rgb(117,229,226); }
div.DivClassName
{
background-color: #75E5E2;
}
.BgClassName
{
background-color: #75E5E2;
}
</style>
border-color css
<style>
span { border-color: #75E5E2; }
span { border-color: rgb(117,229,226); }
td.TdClassName
{
border-color: #75E5E2;
}
.TagClassName
{
border-color: #75E5E2;
}
</style>