Shades of Turquoise Blue #75E9DB
Tints of Turquoise Blue #75E9DB
RGB
CMYK
RGB Variations
Color information
#75E9DB (or 0x75E9DB) is known color: Turquoise Blue. HEX triplet: 75, E9 and DB. RGB value is (117,233,219). Sum of RGB (Red+Green+Blue) = 117+233+219=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9DB is #8A1624. Grayscale: #C4C4C4. Windows color (decimal): -9049637 or 14412149. OLE color: 14412149.
HSL color Cylindrical-coordinate representation of color #75E9DB: hue angle of 172.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E9DB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 233 | 219 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.09 |
| HSL | 172.76º | 0.73% | 0.69% | - |
| HSV(B) | 172.76º | 0.5% | 0.91% | - |
| XYZ | 49.26 | 67.17 | 77.39 | - |
| YUV | 196.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 233 | 219 | 0.50 | 0 | 0.06 | 0.09 | 172.76 | 0.73 | 0.69 |
| Hex | 75 | E9 | DB | 32 | 0 | 6 | 9 | AD | 48 | 45 |
| Octal | 165 | 351 | 333 | 62 | 0 | 6 | 11 | 255 | 110 | 105 |
| Binary | 1110101 | 11101001 | 11011011 | 110010 | 0 | 110 | 1001 | 10101101 | 1001000 | 1000101 |
Color Harmonies of #75E9DB
Complementary color
Monochromatic Colors of #75E9DB
Black with #75E9DB
Text Example
Text Example
White with #75E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E9DB; }
p { color: rgb(117,233,219); }
H1.HeaderClassName
{
color: #75E9DB;
}
.AnyTagClassName
{
color: #75E9DB;
}
</style>
background-color css
<style>
a { background-color: #75E9DB; }
a { background-color: rgb(117,233,219); }
div.DivClassName
{
background-color: #75E9DB;
}
.BgClassName
{
background-color: #75E9DB;
}
</style>
border-color css
<style>
span { border-color: #75E9DB; }
span { border-color: rgb(117,233,219); }
td.TdClassName
{
border-color: #75E9DB;
}
.TagClassName
{
border-color: #75E9DB;
}
</style>