Shades of Turquoise Blue #75E9E5
Tints of Turquoise Blue #75E9E5
RGB
CMYK
RGB Variations
Color information
#75E9E5 (or 0x75E9E5) is known color: Turquoise Blue. HEX triplet: 75, E9 and E5. RGB value is (117,233,229). Sum of RGB (Red+Green+Blue) = 117+233+229=579 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.21% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9E5 is #8A161A. Grayscale: #C5C5C5. Windows color (decimal): -9049627 or 15067509. OLE color: 15067509.
HSL color Cylindrical-coordinate representation of color #75E9E5: hue angle of 177.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E9E5 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 233 | 229 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.09 |
| HSL | 177.93º | 0.73% | 0.69% | - |
| HSV(B) | 177.93º | 0.5% | 0.91% | - |
| XYZ | 50.62 | 67.72 | 84.53 | - |
| YUV | 197.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 233 | 229 | 0.50 | 0 | 0.02 | 0.09 | 177.93 | 0.73 | 0.69 |
| Hex | 75 | E9 | E5 | 32 | 0 | 2 | 9 | B2 | 48 | 45 |
| Octal | 165 | 351 | 345 | 62 | 0 | 2 | 11 | 262 | 110 | 105 |
| Binary | 1110101 | 11101001 | 11100101 | 110010 | 0 | 10 | 1001 | 10110010 | 1001000 | 1000101 |
Color Harmonies of #75E9E5
Complementary color
Monochromatic Colors of #75E9E5
Black with #75E9E5
Text Example
Text Example
White with #75E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E9E5; }
p { color: rgb(117,233,229); }
H1.HeaderClassName
{
color: #75E9E5;
}
.AnyTagClassName
{
color: #75E9E5;
}
</style>
background-color css
<style>
a { background-color: #75E9E5; }
a { background-color: rgb(117,233,229); }
div.DivClassName
{
background-color: #75E9E5;
}
.BgClassName
{
background-color: #75E9E5;
}
</style>
border-color css
<style>
span { border-color: #75E9E5; }
span { border-color: rgb(117,233,229); }
td.TdClassName
{
border-color: #75E9E5;
}
.TagClassName
{
border-color: #75E9E5;
}
</style>