Shades of Turquoise Blue #75E1DD
Tints of Turquoise Blue #75E1DD
RGB
CMYK
RGB Variations
Color information
#75E1DD (or 0x75E1DD) is known color: Turquoise Blue. HEX triplet: 75, E1 and DD. RGB value is (117,225,221). Sum of RGB (Red+Green+Blue) = 117+225+221=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E1DD is #8A1E22. Grayscale: #C0C0C0. Windows color (decimal): -9051683 or 14541173. OLE color: 14541173.
HSL color Cylindrical-coordinate representation of color #75E1DD: hue angle of 177.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E1DD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 221 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.12 |
| HSL | 177.78º | 0.64% | 0.67% | - |
| HSV(B) | 177.78º | 0.48% | 0.88% | - |
| XYZ | 47.31 | 62.85 | 78.04 | - |
| YUV | 192.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 221 | 0.48 | 0 | 0.02 | 0.12 | 177.78 | 0.64 | 0.67 |
| Hex | 75 | E1 | DD | 30 | 0 | 2 | C | B2 | 40 | 43 |
| Octal | 165 | 341 | 335 | 60 | 0 | 2 | 14 | 262 | 100 | 103 |
| Binary | 1110101 | 11100001 | 11011101 | 110000 | 0 | 10 | 1100 | 10110010 | 1000000 | 1000011 |
Color Harmonies of #75E1DD
Complementary color
Monochromatic Colors of #75E1DD
Black with #75E1DD
Text Example
Text Example
White with #75E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E1DD; }
p { color: rgb(117,225,221); }
H1.HeaderClassName
{
color: #75E1DD;
}
.AnyTagClassName
{
color: #75E1DD;
}
</style>
background-color css
<style>
a { background-color: #75E1DD; }
a { background-color: rgb(117,225,221); }
div.DivClassName
{
background-color: #75E1DD;
}
.BgClassName
{
background-color: #75E1DD;
}
</style>
border-color css
<style>
span { border-color: #75E1DD; }
span { border-color: rgb(117,225,221); }
td.TdClassName
{
border-color: #75E1DD;
}
.TagClassName
{
border-color: #75E1DD;
}
</style>