Shades of Turquoise Blue #75D8D5
Tints of Turquoise Blue #75D8D5
RGB
CMYK
RGB Variations
Color information
#75D8D5 (or 0x75D8D5) is known color: Turquoise Blue. HEX triplet: 75, D8 and D5. RGB value is (117,216,213). Sum of RGB (Red+Green+Blue) = 117+216+213=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D8D5 is #8A272A. Grayscale: #B9B9B9. Windows color (decimal): -9053995 or 14014581. OLE color: 14014581.
HSL color Cylindrical-coordinate representation of color #75D8D5: hue angle of 178.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D8D5 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 213 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.15 |
| HSL | 178.18º | 0.56% | 0.65% | - |
| HSV(B) | 178.18º | 0.46% | 0.85% | - |
| XYZ | 43.9 | 57.7 | 71.77 | - |
| YUV | 186.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 213 | 0.46 | 0 | 0.01 | 0.15 | 178.18 | 0.56 | 0.65 |
| Hex | 75 | D8 | D5 | 2E | 0 | 1 | F | B2 | 38 | 41 |
| Octal | 165 | 330 | 325 | 56 | 0 | 1 | 17 | 262 | 70 | 101 |
| Binary | 1110101 | 11011000 | 11010101 | 101110 | 0 | 1 | 1111 | 10110010 | 111000 | 1000001 |
Color Harmonies of #75D8D5
Complementary color
Monochromatic Colors of #75D8D5
Black with #75D8D5
Text Example
Text Example
White with #75D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D8D5; }
p { color: rgb(117,216,213); }
H1.HeaderClassName
{
color: #75D8D5;
}
.AnyTagClassName
{
color: #75D8D5;
}
</style>
background-color css
<style>
a { background-color: #75D8D5; }
a { background-color: rgb(117,216,213); }
div.DivClassName
{
background-color: #75D8D5;
}
.BgClassName
{
background-color: #75D8D5;
}
</style>
border-color css
<style>
span { border-color: #75D8D5; }
span { border-color: rgb(117,216,213); }
td.TdClassName
{
border-color: #75D8D5;
}
.TagClassName
{
border-color: #75D8D5;
}
</style>