Shades of Turquoise Blue #75D8F5
Tints of Turquoise Blue #75D8F5
RGB
CMYK
RGB Variations
Color information
#75D8F5 (or 0x75D8F5) is known color: Turquoise Blue. HEX triplet: 75, D8 and F5. RGB value is (117,216,245). Sum of RGB (Red+Green+Blue) = 117+216+245=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #75D8F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D8F5 is #8A270A. Grayscale: #BDBDBD. Windows color (decimal): -9053963 or 16111733. OLE color: 16111733.
HSL color Cylindrical-coordinate representation of color #75D8F5: hue angle of 193.59º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75D8F5 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 216 | 245 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.04 |
| HSL | 193.59º | 0.86% | 0.71% | - |
| HSV(B) | 193.59º | 0.52% | 0.96% | - |
| XYZ | 48.37 | 59.49 | 95.32 | - |
| YUV | 189.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 245 | 0.52 | 0.12 | 0 | 0.04 | 193.59 | 0.86 | 0.71 |
| Hex | 75 | D8 | F5 | 34 | C | 0 | 4 | C2 | 56 | 47 |
| Octal | 165 | 330 | 365 | 64 | 14 | 0 | 4 | 302 | 126 | 107 |
| Binary | 1110101 | 11011000 | 11110101 | 110100 | 1100 | 0 | 100 | 11000010 | 1010110 | 1000111 |
Color Harmonies of #75D8F5
Complementary color
Monochromatic Colors of #75D8F5
Black with #75D8F5
Text Example
Text Example
White with #75D8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D8F5; }
p { color: rgb(117,216,245); }
H1.HeaderClassName
{
color: #75D8F5;
}
.AnyTagClassName
{
color: #75D8F5;
}
</style>
background-color css
<style>
a { background-color: #75D8F5; }
a { background-color: rgb(117,216,245); }
div.DivClassName
{
background-color: #75D8F5;
}
.BgClassName
{
background-color: #75D8F5;
}
</style>
border-color css
<style>
span { border-color: #75D8F5; }
span { border-color: rgb(117,216,245); }
td.TdClassName
{
border-color: #75D8F5;
}
.TagClassName
{
border-color: #75D8F5;
}
</style>