Shades of Turquoise Blue #75D8E1
Tints of Turquoise Blue #75D8E1
RGB
CMYK
RGB Variations
Color information
#75D8E1 (or 0x75D8E1) is known color: Turquoise Blue. HEX triplet: 75, D8 and E1. RGB value is (117,216,225). Sum of RGB (Red+Green+Blue) = 117+216+225=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #75D8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D8E1 is #8A271E. Grayscale: #BBBBBB. Windows color (decimal): -9053983 or 14801013. OLE color: 14801013.
HSL color Cylindrical-coordinate representation of color #75D8E1: hue angle of 185º 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 #75D8E1 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 216 | 225 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.12 |
| HSL | 185º | 0.64% | 0.67% | - |
| HSV(B) | 185º | 0.48% | 0.88% | - |
| XYZ | 45.48 | 58.33 | 80.1 | - |
| YUV | 187.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 225 | 0.48 | 0.04 | 0 | 0.12 | 185 | 0.64 | 0.67 |
| Hex | 75 | D8 | E1 | 30 | 4 | 0 | C | B9 | 40 | 43 |
| Octal | 165 | 330 | 341 | 60 | 4 | 0 | 14 | 271 | 100 | 103 |
| Binary | 1110101 | 11011000 | 11100001 | 110000 | 100 | 0 | 1100 | 10111001 | 1000000 | 1000011 |
Color Harmonies of #75D8E1
Complementary color
Monochromatic Colors of #75D8E1
Black with #75D8E1
Text Example
Text Example
White with #75D8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D8E1; }
p { color: rgb(117,216,225); }
H1.HeaderClassName
{
color: #75D8E1;
}
.AnyTagClassName
{
color: #75D8E1;
}
</style>
background-color css
<style>
a { background-color: #75D8E1; }
a { background-color: rgb(117,216,225); }
div.DivClassName
{
background-color: #75D8E1;
}
.BgClassName
{
background-color: #75D8E1;
}
</style>
border-color css
<style>
span { border-color: #75D8E1; }
span { border-color: rgb(117,216,225); }
td.TdClassName
{
border-color: #75D8E1;
}
.TagClassName
{
border-color: #75D8E1;
}
</style>