Shades of Turquoise Blue #75E0FD
Tints of Turquoise Blue #75E0FD
RGB
CMYK
RGB Variations
Color information
#75E0FD (or 0x75E0FD) is known color: Turquoise Blue. HEX triplet: 75, E0 and FD. RGB value is (117,224,253). Sum of RGB (Red+Green+Blue) = 117+224+253=594 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.70% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #75E0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E0FD is #8A1F02. Grayscale: #C3C3C3. Windows color (decimal): -9051907 or 16638069. OLE color: 16638069.
HSL color Cylindrical-coordinate representation of color #75E0FD: hue angle of 192.79º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E0FD is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 224 | 253 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.01 |
| HSL | 192.79º | 0.97% | 0.73% | - |
| HSV(B) | 192.79º | 0.54% | 0.99% | - |
| XYZ | 51.72 | 64.19 | 102.59 | - |
| YUV | 195.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 253 | 0.54 | 0.11 | 0 | 0.01 | 192.79 | 0.97 | 0.73 |
| Hex | 75 | E0 | FD | 36 | B | 0 | 1 | C1 | 61 | 49 |
| Octal | 165 | 340 | 375 | 66 | 13 | 0 | 1 | 301 | 141 | 111 |
| Binary | 1110101 | 11100000 | 11111101 | 110110 | 1011 | 0 | 1 | 11000001 | 1100001 | 1001001 |
Color Harmonies of #75E0FD
Complementary color
Monochromatic Colors of #75E0FD
Black with #75E0FD
Text Example
Text Example
White with #75E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E0FD; }
p { color: rgb(117,224,253); }
H1.HeaderClassName
{
color: #75E0FD;
}
.AnyTagClassName
{
color: #75E0FD;
}
</style>
background-color css
<style>
a { background-color: #75E0FD; }
a { background-color: rgb(117,224,253); }
div.DivClassName
{
background-color: #75E0FD;
}
.BgClassName
{
background-color: #75E0FD;
}
</style>
border-color css
<style>
span { border-color: #75E0FD; }
span { border-color: rgb(117,224,253); }
td.TdClassName
{
border-color: #75E0FD;
}
.TagClassName
{
border-color: #75E0FD;
}
</style>