Shades of Turquoise Blue #75E2F0
Tints of Turquoise Blue #75E2F0
RGB
CMYK
RGB Variations
Color information
#75E2F0 (or 0x75E2F0) is known color: Turquoise Blue. HEX triplet: 75, E2 and F0. RGB value is (117,226,240). Sum of RGB (Red+Green+Blue) = 117+226+240=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #75E2F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2F0 is #8A1D0F. Grayscale: #C2C2C2. Windows color (decimal): -9051408 or 15786613. OLE color: 15786613.
HSL color Cylindrical-coordinate representation of color #75E2F0: hue angle of 186.83º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75E2F0 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 226 | 240 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.06 |
| HSL | 186.83º | 0.8% | 0.7% | - |
| HSV(B) | 186.83º | 0.51% | 0.94% | - |
| XYZ | 50.26 | 64.47 | 92.23 | - |
| YUV | 195.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 240 | 0.51 | 0.06 | 0 | 0.06 | 186.83 | 0.8 | 0.7 |
| Hex | 75 | E2 | F0 | 33 | 6 | 0 | 6 | BB | 50 | 46 |
| Octal | 165 | 342 | 360 | 63 | 6 | 0 | 6 | 273 | 120 | 106 |
| Binary | 1110101 | 11100010 | 11110000 | 110011 | 110 | 0 | 110 | 10111011 | 1010000 | 1000110 |
Color Harmonies of #75E2F0
Complementary color
Monochromatic Colors of #75E2F0
Black with #75E2F0
Text Example
Text Example
White with #75E2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2F0; }
p { color: rgb(117,226,240); }
H1.HeaderClassName
{
color: #75E2F0;
}
.AnyTagClassName
{
color: #75E2F0;
}
</style>
background-color css
<style>
a { background-color: #75E2F0; }
a { background-color: rgb(117,226,240); }
div.DivClassName
{
background-color: #75E2F0;
}
.BgClassName
{
background-color: #75E2F0;
}
</style>
border-color css
<style>
span { border-color: #75E2F0; }
span { border-color: rgb(117,226,240); }
td.TdClassName
{
border-color: #75E2F0;
}
.TagClassName
{
border-color: #75E2F0;
}
</style>