Shades of Turquoise Blue #75E7E5
Tints of Turquoise Blue #75E7E5
RGB
CMYK
RGB Variations
Color information
#75E7E5 (or 0x75E7E5) is known color: Turquoise Blue. HEX triplet: 75, E7 and E5. RGB value is (117,231,229). Sum of RGB (Red+Green+Blue) = 117+231+229=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E7E5 is #8A181A. Grayscale: #C4C4C4. Windows color (decimal): -9050139 or 15066997. OLE color: 15066997.
HSL color Cylindrical-coordinate representation of color #75E7E5: hue angle of 178.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E7E5 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 229 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.09 |
| HSL | 178.95º | 0.7% | 0.68% | - |
| HSV(B) | 178.95º | 0.49% | 0.91% | - |
| XYZ | 50.05 | 66.59 | 84.34 | - |
| YUV | 196.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 229 | 0.49 | 0 | 0.01 | 0.09 | 178.95 | 0.7 | 0.68 |
| Hex | 75 | E7 | E5 | 31 | 0 | 1 | 9 | B3 | 46 | 44 |
| Octal | 165 | 347 | 345 | 61 | 0 | 1 | 11 | 263 | 106 | 104 |
| Binary | 1110101 | 11100111 | 11100101 | 110001 | 0 | 1 | 1001 | 10110011 | 1000110 | 1000100 |
Color Harmonies of #75E7E5
Complementary color
Monochromatic Colors of #75E7E5
Black with #75E7E5
Text Example
Text Example
White with #75E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E7E5; }
p { color: rgb(117,231,229); }
H1.HeaderClassName
{
color: #75E7E5;
}
.AnyTagClassName
{
color: #75E7E5;
}
</style>
background-color css
<style>
a { background-color: #75E7E5; }
a { background-color: rgb(117,231,229); }
div.DivClassName
{
background-color: #75E7E5;
}
.BgClassName
{
background-color: #75E7E5;
}
</style>
border-color css
<style>
span { border-color: #75E7E5; }
span { border-color: rgb(117,231,229); }
td.TdClassName
{
border-color: #75E7E5;
}
.TagClassName
{
border-color: #75E7E5;
}
</style>