Shades of Turquoise Blue #75D6E1
Tints of Turquoise Blue #75D6E1
RGB
CMYK
RGB Variations
Color information
#75D6E1 (or 0x75D6E1) is known color: Turquoise Blue. HEX triplet: 75, D6 and E1. RGB value is (117,214,225). Sum of RGB (Red+Green+Blue) = 117+214+225=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #75D6E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6E1 is #8A291E. Grayscale: #BABABA. Windows color (decimal): -9054495 or 14800501. OLE color: 14800501.
HSL color Cylindrical-coordinate representation of color #75D6E1: hue angle of 186.11º 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 #75D6E1 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 214 | 225 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.12 |
| HSL | 186.11º | 0.64% | 0.67% | - |
| HSV(B) | 186.11º | 0.48% | 0.88% | - |
| XYZ | 44.97 | 57.31 | 79.93 | - |
| YUV | 186.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 225 | 0.48 | 0.05 | 0 | 0.12 | 186.11 | 0.64 | 0.67 |
| Hex | 75 | D6 | E1 | 30 | 5 | 0 | C | BA | 40 | 43 |
| Octal | 165 | 326 | 341 | 60 | 5 | 0 | 14 | 272 | 100 | 103 |
| Binary | 1110101 | 11010110 | 11100001 | 110000 | 101 | 0 | 1100 | 10111010 | 1000000 | 1000011 |
Color Harmonies of #75D6E1
Complementary color
Monochromatic Colors of #75D6E1
Black with #75D6E1
Text Example
Text Example
White with #75D6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D6E1; }
p { color: rgb(117,214,225); }
H1.HeaderClassName
{
color: #75D6E1;
}
.AnyTagClassName
{
color: #75D6E1;
}
</style>
background-color css
<style>
a { background-color: #75D6E1; }
a { background-color: rgb(117,214,225); }
div.DivClassName
{
background-color: #75D6E1;
}
.BgClassName
{
background-color: #75D6E1;
}
</style>
border-color css
<style>
span { border-color: #75D6E1; }
span { border-color: rgb(117,214,225); }
td.TdClassName
{
border-color: #75D6E1;
}
.TagClassName
{
border-color: #75D6E1;
}
</style>