Shades of Turquoise Blue #75E9E2
Tints of Turquoise Blue #75E9E2
RGB
CMYK
RGB Variations
Color information
#75E9E2 (or 0x75E9E2) is known color: Turquoise Blue. HEX triplet: 75, E9 and E2. RGB value is (117,233,226). Sum of RGB (Red+Green+Blue) = 117+233+226=576 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.31% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9E2 is #8A161D. Grayscale: #C5C5C5. Windows color (decimal): -9049630 or 14870901. OLE color: 14870901.
HSL color Cylindrical-coordinate representation of color #75E9E2: hue angle of 176.38º 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 #75E9E2 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 233 | 226 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.09 |
| HSL | 176.38º | 0.73% | 0.69% | - |
| HSV(B) | 176.38º | 0.5% | 0.91% | - |
| XYZ | 50.2 | 67.55 | 82.34 | - |
| YUV | 197.52 | 144.07 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 233 | 226 | 0.50 | 0 | 0.03 | 0.09 | 176.38 | 0.73 | 0.69 |
| Hex | 75 | E9 | E2 | 32 | 0 | 3 | 9 | B0 | 48 | 45 |
| Octal | 165 | 351 | 342 | 62 | 0 | 3 | 11 | 260 | 110 | 105 |
| Binary | 1110101 | 11101001 | 11100010 | 110010 | 0 | 11 | 1001 | 10110000 | 1001000 | 1000101 |
Color Harmonies of #75E9E2
Complementary color
Monochromatic Colors of #75E9E2
Black with #75E9E2
Text Example
Text Example
White with #75E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E9E2; }
p { color: rgb(117,233,226); }
H1.HeaderClassName
{
color: #75E9E2;
}
.AnyTagClassName
{
color: #75E9E2;
}
</style>
background-color css
<style>
a { background-color: #75E9E2; }
a { background-color: rgb(117,233,226); }
div.DivClassName
{
background-color: #75E9E2;
}
.BgClassName
{
background-color: #75E9E2;
}
</style>
border-color css
<style>
span { border-color: #75E9E2; }
span { border-color: rgb(117,233,226); }
td.TdClassName
{
border-color: #75E9E2;
}
.TagClassName
{
border-color: #75E9E2;
}
</style>