Shades of Turquoise Blue #75D4EE
Tints of Turquoise Blue #75D4EE
RGB
CMYK
RGB Variations
Color information
#75D4EE (or 0x75D4EE) is known color: Turquoise Blue. HEX triplet: 75, D4 and EE. RGB value is (117,212,238). Sum of RGB (Red+Green+Blue) = 117+212+238=567 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.63% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #75D4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D4EE is #8A2B11. Grayscale: #BABABA. Windows color (decimal): -9054994 or 15651957. OLE color: 15651957.
HSL color Cylindrical-coordinate representation of color #75D4EE: hue angle of 192.89º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D4EE is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 212 | 238 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.07 |
| HSL | 192.89º | 0.78% | 0.7% | - |
| HSV(B) | 192.89º | 0.51% | 0.93% | - |
| XYZ | 46.31 | 57.04 | 89.46 | - |
| YUV | 186.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 238 | 0.51 | 0.11 | 0 | 0.07 | 192.89 | 0.78 | 0.7 |
| Hex | 75 | D4 | EE | 33 | B | 0 | 7 | C1 | 4E | 46 |
| Octal | 165 | 324 | 356 | 63 | 13 | 0 | 7 | 301 | 116 | 106 |
| Binary | 1110101 | 11010100 | 11101110 | 110011 | 1011 | 0 | 111 | 11000001 | 1001110 | 1000110 |
Color Harmonies of #75D4EE
Complementary color
Monochromatic Colors of #75D4EE
Black with #75D4EE
Text Example
Text Example
White with #75D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D4EE; }
p { color: rgb(117,212,238); }
H1.HeaderClassName
{
color: #75D4EE;
}
.AnyTagClassName
{
color: #75D4EE;
}
</style>
background-color css
<style>
a { background-color: #75D4EE; }
a { background-color: rgb(117,212,238); }
div.DivClassName
{
background-color: #75D4EE;
}
.BgClassName
{
background-color: #75D4EE;
}
</style>
border-color css
<style>
span { border-color: #75D4EE; }
span { border-color: rgb(117,212,238); }
td.TdClassName
{
border-color: #75D4EE;
}
.TagClassName
{
border-color: #75D4EE;
}
</style>