Shades of Turquoise Blue #75E3DB
Tints of Turquoise Blue #75E3DB
RGB
CMYK
RGB Variations
Color information
#75E3DB (or 0x75E3DB) is known color: Turquoise Blue. HEX triplet: 75, E3 and DB. RGB value is (117,227,219). Sum of RGB (Red+Green+Blue) = 117+227+219=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3DB is #8A1C24. Grayscale: #C1C1C1. Windows color (decimal): -9051173 or 14410613. OLE color: 14410613.
HSL color Cylindrical-coordinate representation of color #75E3DB: hue angle of 175.64º degrees, saturation: 0.66, 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 #75E3DB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 219 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.11 |
| HSL | 175.64º | 0.66% | 0.67% | - |
| HSV(B) | 175.64º | 0.48% | 0.89% | - |
| XYZ | 47.59 | 63.83 | 76.83 | - |
| YUV | 193.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 219 | 0.48 | 0 | 0.04 | 0.11 | 175.64 | 0.66 | 0.67 |
| Hex | 75 | E3 | DB | 30 | 0 | 4 | B | B0 | 42 | 43 |
| Octal | 165 | 343 | 333 | 60 | 0 | 4 | 13 | 260 | 102 | 103 |
| Binary | 1110101 | 11100011 | 11011011 | 110000 | 0 | 100 | 1011 | 10110000 | 1000010 | 1000011 |
Color Harmonies of #75E3DB
Complementary color
Monochromatic Colors of #75E3DB
Black with #75E3DB
Text Example
Text Example
White with #75E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E3DB; }
p { color: rgb(117,227,219); }
H1.HeaderClassName
{
color: #75E3DB;
}
.AnyTagClassName
{
color: #75E3DB;
}
</style>
background-color css
<style>
a { background-color: #75E3DB; }
a { background-color: rgb(117,227,219); }
div.DivClassName
{
background-color: #75E3DB;
}
.BgClassName
{
background-color: #75E3DB;
}
</style>
border-color css
<style>
span { border-color: #75E3DB; }
span { border-color: rgb(117,227,219); }
td.TdClassName
{
border-color: #75E3DB;
}
.TagClassName
{
border-color: #75E3DB;
}
</style>