Shades of Turquoise Blue #75E2DD
Tints of Turquoise Blue #75E2DD
RGB
CMYK
RGB Variations
Color information
#75E2DD (or 0x75E2DD) is known color: Turquoise Blue. HEX triplet: 75, E2 and DD. RGB value is (117,226,221). Sum of RGB (Red+Green+Blue) = 117+226+221=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E2DD is #8A1D22. Grayscale: #C0C0C0. Windows color (decimal): -9051427 or 14541429. OLE color: 14541429.
HSL color Cylindrical-coordinate representation of color #75E2DD: hue angle of 177.25º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E2DD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 226 | 221 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.11 |
| HSL | 177.25º | 0.65% | 0.67% | - |
| HSV(B) | 177.25º | 0.48% | 0.89% | - |
| XYZ | 47.58 | 63.4 | 78.14 | - |
| YUV | 192.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 221 | 0.48 | 0 | 0.02 | 0.11 | 177.25 | 0.65 | 0.67 |
| Hex | 75 | E2 | DD | 30 | 0 | 2 | B | B1 | 41 | 43 |
| Octal | 165 | 342 | 335 | 60 | 0 | 2 | 13 | 261 | 101 | 103 |
| Binary | 1110101 | 11100010 | 11011101 | 110000 | 0 | 10 | 1011 | 10110001 | 1000001 | 1000011 |
Color Harmonies of #75E2DD
Complementary color
Monochromatic Colors of #75E2DD
Black with #75E2DD
Text Example
Text Example
White with #75E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2DD; }
p { color: rgb(117,226,221); }
H1.HeaderClassName
{
color: #75E2DD;
}
.AnyTagClassName
{
color: #75E2DD;
}
</style>
background-color css
<style>
a { background-color: #75E2DD; }
a { background-color: rgb(117,226,221); }
div.DivClassName
{
background-color: #75E2DD;
}
.BgClassName
{
background-color: #75E2DD;
}
</style>
border-color css
<style>
span { border-color: #75E2DD; }
span { border-color: rgb(117,226,221); }
td.TdClassName
{
border-color: #75E2DD;
}
.TagClassName
{
border-color: #75E2DD;
}
</style>