Shades of Turquoise Blue #75DDE8
Tints of Turquoise Blue #75DDE8
RGB
CMYK
RGB Variations
Color information
#75DDE8 (or 0x75DDE8) is known color: Turquoise Blue. HEX triplet: 75, DD and E8. RGB value is (117,221,232). Sum of RGB (Red+Green+Blue) = 117+221+232=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #75DDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DDE8 is #8A2217. Grayscale: #BFBFBF. Windows color (decimal): -9052696 or 15261045. OLE color: 15261045.
HSL color Cylindrical-coordinate representation of color #75DDE8: hue angle of 185.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DDE8 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 221 | 232 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.09 |
| HSL | 185.74º | 0.71% | 0.68% | - |
| HSV(B) | 185.74º | 0.5% | 0.91% | - |
| XYZ | 47.76 | 61.32 | 85.66 | - |
| YUV | 191.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 232 | 0.50 | 0.05 | 0 | 0.09 | 185.74 | 0.71 | 0.68 |
| Hex | 75 | DD | E8 | 32 | 5 | 0 | 9 | BA | 47 | 44 |
| Octal | 165 | 335 | 350 | 62 | 5 | 0 | 11 | 272 | 107 | 104 |
| Binary | 1110101 | 11011101 | 11101000 | 110010 | 101 | 0 | 1001 | 10111010 | 1000111 | 1000100 |
Color Harmonies of #75DDE8
Complementary color
Monochromatic Colors of #75DDE8
Black with #75DDE8
Text Example
Text Example
White with #75DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDE8; }
p { color: rgb(117,221,232); }
H1.HeaderClassName
{
color: #75DDE8;
}
.AnyTagClassName
{
color: #75DDE8;
}
</style>
background-color css
<style>
a { background-color: #75DDE8; }
a { background-color: rgb(117,221,232); }
div.DivClassName
{
background-color: #75DDE8;
}
.BgClassName
{
background-color: #75DDE8;
}
</style>
border-color css
<style>
span { border-color: #75DDE8; }
span { border-color: rgb(117,221,232); }
td.TdClassName
{
border-color: #75DDE8;
}
.TagClassName
{
border-color: #75DDE8;
}
</style>