Shades of Turquoise Blue #75EDE9
Tints of Turquoise Blue #75EDE9
RGB
CMYK
RGB Variations
Color information
#75EDE9 (or 0x75EDE9) is known color: Turquoise Blue. HEX triplet: 75, ED and E9. RGB value is (117,237,233). Sum of RGB (Red+Green+Blue) = 117+237+233=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EDE9 is #8A1216. Grayscale: #C8C8C8. Windows color (decimal): -9048599 or 15330677. OLE color: 15330677.
HSL color Cylindrical-coordinate representation of color #75EDE9: hue angle of 178º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDE9 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 233 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.07 |
| HSL | 178º | 0.77% | 0.69% | - |
| HSV(B) | 178º | 0.51% | 0.93% | - |
| XYZ | 52.33 | 70.23 | 87.89 | - |
| YUV | 200.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 233 | 0.51 | 0 | 0.02 | 0.07 | 178 | 0.77 | 0.69 |
| Hex | 75 | ED | E9 | 33 | 0 | 2 | 7 | B2 | 4D | 45 |
| Octal | 165 | 355 | 351 | 63 | 0 | 2 | 7 | 262 | 115 | 105 |
| Binary | 1110101 | 11101101 | 11101001 | 110011 | 0 | 10 | 111 | 10110010 | 1001101 | 1000101 |
Color Harmonies of #75EDE9
Complementary color
Monochromatic Colors of #75EDE9
Black with #75EDE9
Text Example
Text Example
White with #75EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDE9; }
p { color: rgb(117,237,233); }
H1.HeaderClassName
{
color: #75EDE9;
}
.AnyTagClassName
{
color: #75EDE9;
}
</style>
background-color css
<style>
a { background-color: #75EDE9; }
a { background-color: rgb(117,237,233); }
div.DivClassName
{
background-color: #75EDE9;
}
.BgClassName
{
background-color: #75EDE9;
}
</style>
border-color css
<style>
span { border-color: #75EDE9; }
span { border-color: rgb(117,237,233); }
td.TdClassName
{
border-color: #75EDE9;
}
.TagClassName
{
border-color: #75EDE9;
}
</style>