Shades of Turquoise Blue #75E2EE
Tints of Turquoise Blue #75E2EE
RGB
CMYK
RGB Variations
Color information
#75E2EE (or 0x75E2EE) is known color: Turquoise Blue. HEX triplet: 75, E2 and EE. RGB value is (117,226,238). Sum of RGB (Red+Green+Blue) = 117+226+238=581 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.14% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #75E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2EE is #8A1D11. Grayscale: #C2C2C2. Windows color (decimal): -9051410 or 15655541. OLE color: 15655541.
HSL color Cylindrical-coordinate representation of color #75E2EE: hue angle of 185.95º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75E2EE is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 226 | 238 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.07 |
| HSL | 185.95º | 0.78% | 0.7% | - |
| HSV(B) | 185.95º | 0.51% | 0.93% | - |
| XYZ | 49.97 | 64.35 | 90.68 | - |
| YUV | 194.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 238 | 0.51 | 0.05 | 0 | 0.07 | 185.95 | 0.78 | 0.7 |
| Hex | 75 | E2 | EE | 33 | 5 | 0 | 7 | BA | 4E | 46 |
| Octal | 165 | 342 | 356 | 63 | 5 | 0 | 7 | 272 | 116 | 106 |
| Binary | 1110101 | 11100010 | 11101110 | 110011 | 101 | 0 | 111 | 10111010 | 1001110 | 1000110 |
Color Harmonies of #75E2EE
Complementary color
Monochromatic Colors of #75E2EE
Black with #75E2EE
Text Example
Text Example
White with #75E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2EE; }
p { color: rgb(117,226,238); }
H1.HeaderClassName
{
color: #75E2EE;
}
.AnyTagClassName
{
color: #75E2EE;
}
</style>
background-color css
<style>
a { background-color: #75E2EE; }
a { background-color: rgb(117,226,238); }
div.DivClassName
{
background-color: #75E2EE;
}
.BgClassName
{
background-color: #75E2EE;
}
</style>
border-color css
<style>
span { border-color: #75E2EE; }
span { border-color: rgb(117,226,238); }
td.TdClassName
{
border-color: #75E2EE;
}
.TagClassName
{
border-color: #75E2EE;
}
</style>