Shades of Turquoise Blue #75E8E1
Tints of Turquoise Blue #75E8E1
RGB
CMYK
RGB Variations
Color information
#75E8E1 (or 0x75E8E1) is known color: Turquoise Blue. HEX triplet: 75, E8 and E1. RGB value is (117,232,225). Sum of RGB (Red+Green+Blue) = 117+232+225=574 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.38% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8E1 is #8A171E. Grayscale: #C4C4C4. Windows color (decimal): -9049887 or 14805109. OLE color: 14805109.
HSL color Cylindrical-coordinate representation of color #75E8E1: hue angle of 176.35º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E8E1 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 225 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.09 |
| HSL | 176.35º | 0.71% | 0.68% | - |
| HSV(B) | 176.35º | 0.5% | 0.91% | - |
| XYZ | 49.78 | 66.93 | 81.53 | - |
| YUV | 196.82 | 143.9 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 225 | 0.50 | 0 | 0.03 | 0.09 | 176.35 | 0.71 | 0.68 |
| Hex | 75 | E8 | E1 | 32 | 0 | 3 | 9 | B0 | 47 | 44 |
| Octal | 165 | 350 | 341 | 62 | 0 | 3 | 11 | 260 | 107 | 104 |
| Binary | 1110101 | 11101000 | 11100001 | 110010 | 0 | 11 | 1001 | 10110000 | 1000111 | 1000100 |
Color Harmonies of #75E8E1
Complementary color
Monochromatic Colors of #75E8E1
Black with #75E8E1
Text Example
Text Example
White with #75E8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E8E1; }
p { color: rgb(117,232,225); }
H1.HeaderClassName
{
color: #75E8E1;
}
.AnyTagClassName
{
color: #75E8E1;
}
</style>
background-color css
<style>
a { background-color: #75E8E1; }
a { background-color: rgb(117,232,225); }
div.DivClassName
{
background-color: #75E8E1;
}
.BgClassName
{
background-color: #75E8E1;
}
</style>
border-color css
<style>
span { border-color: #75E8E1; }
span { border-color: rgb(117,232,225); }
td.TdClassName
{
border-color: #75E8E1;
}
.TagClassName
{
border-color: #75E8E1;
}
</style>