Shades of Turquoise Blue #75D5E0
Tints of Turquoise Blue #75D5E0
RGB
CMYK
RGB Variations
Color information
#75D5E0 (or 0x75D5E0) is known color: Turquoise Blue. HEX triplet: 75, D5 and E0. RGB value is (117,213,224). Sum of RGB (Red+Green+Blue) = 117+213+224=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #75D5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D5E0 is #8A2A1F. Grayscale: #B9B9B9. Windows color (decimal): -9054752 or 14734709. OLE color: 14734709.
HSL color Cylindrical-coordinate representation of color #75D5E0: hue angle of 186.17º degrees, saturation: 0.63, 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 #75D5E0 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 213 | 224 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.12 |
| HSL | 186.17º | 0.63% | 0.67% | - |
| HSV(B) | 186.17º | 0.48% | 0.88% | - |
| XYZ | 44.58 | 56.75 | 79.13 | - |
| YUV | 185.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 224 | 0.48 | 0.05 | 0 | 0.12 | 186.17 | 0.63 | 0.67 |
| Hex | 75 | D5 | E0 | 30 | 5 | 0 | C | BA | 3F | 43 |
| Octal | 165 | 325 | 340 | 60 | 5 | 0 | 14 | 272 | 77 | 103 |
| Binary | 1110101 | 11010101 | 11100000 | 110000 | 101 | 0 | 1100 | 10111010 | 111111 | 1000011 |
Color Harmonies of #75D5E0
Complementary color
Monochromatic Colors of #75D5E0
Black with #75D5E0
Text Example
Text Example
White with #75D5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D5E0; }
p { color: rgb(117,213,224); }
H1.HeaderClassName
{
color: #75D5E0;
}
.AnyTagClassName
{
color: #75D5E0;
}
</style>
background-color css
<style>
a { background-color: #75D5E0; }
a { background-color: rgb(117,213,224); }
div.DivClassName
{
background-color: #75D5E0;
}
.BgClassName
{
background-color: #75D5E0;
}
</style>
border-color css
<style>
span { border-color: #75D5E0; }
span { border-color: rgb(117,213,224); }
td.TdClassName
{
border-color: #75D5E0;
}
.TagClassName
{
border-color: #75D5E0;
}
</style>