Shades of Turquoise Blue #75E5E4
Tints of Turquoise Blue #75E5E4
RGB
CMYK
RGB Variations
Color information
#75E5E4 (or 0x75E5E4) is known color: Turquoise Blue. HEX triplet: 75, E5 and E4. RGB value is (117,229,228). Sum of RGB (Red+Green+Blue) = 117+229+228=574 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.38% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5E4 is #8A1A1B. Grayscale: #C3C3C3. Windows color (decimal): -9050652 or 15000949. OLE color: 15000949.
HSL color Cylindrical-coordinate representation of color #75E5E4: hue angle of 179.46º 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 #75E5E4 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 228 | - |
| CMYK | 0.49 | 0 | 0.00 | 0.10 |
| HSL | 179.46º | 0.68% | 0.68% | - |
| HSV(B) | 179.46º | 0.49% | 0.9% | - |
| XYZ | 49.36 | 65.42 | 83.43 | - |
| YUV | 195.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 228 | 0.49 | 0 | 0.00 | 0.10 | 179.46 | 0.68 | 0.68 |
| Hex | 75 | E5 | E4 | 31 | 0 | 0 | A | B3 | 44 | 44 |
| Octal | 165 | 345 | 344 | 61 | 0 | 0 | 12 | 263 | 104 | 104 |
| Binary | 1110101 | 11100101 | 11100100 | 110001 | 0 | 0 | 1010 | 10110011 | 1000100 | 1000100 |
Color Harmonies of #75E5E4
Complementary color
Monochromatic Colors of #75E5E4
Black with #75E5E4
Text Example
Text Example
White with #75E5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E5E4; }
p { color: rgb(117,229,228); }
H1.HeaderClassName
{
color: #75E5E4;
}
.AnyTagClassName
{
color: #75E5E4;
}
</style>
background-color css
<style>
a { background-color: #75E5E4; }
a { background-color: rgb(117,229,228); }
div.DivClassName
{
background-color: #75E5E4;
}
.BgClassName
{
background-color: #75E5E4;
}
</style>
border-color css
<style>
span { border-color: #75E5E4; }
span { border-color: rgb(117,229,228); }
td.TdClassName
{
border-color: #75E5E4;
}
.TagClassName
{
border-color: #75E5E4;
}
</style>