Shades of Turquoise Blue #75E2FE
Tints of Turquoise Blue #75E2FE
RGB
CMYK
RGB Variations
Color information
#75E2FE (or 0x75E2FE) is known color: Turquoise Blue. HEX triplet: 75, E2 and FE. RGB value is (117,226,254). Sum of RGB (Red+Green+Blue) = 117+226+254=597 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.60% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #75E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2FE is #8A1D01. Grayscale: #C4C4C4. Windows color (decimal): -9051394 or 16704117. OLE color: 16704117.
HSL color Cylindrical-coordinate representation of color #75E2FE: hue angle of 192.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E2FE is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 226 | 254 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.00 |
| HSL | 192.26º | 0.99% | 0.73% | - |
| HSV(B) | 192.26º | 0.54% | 1% | - |
| XYZ | 52.42 | 65.33 | 103.61 | - |
| YUV | 196.6 | 160.39 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 254 | 0.54 | 0.11 | 0 | 0.00 | 192.26 | 0.99 | 0.73 |
| Hex | 75 | E2 | FE | 36 | B | 0 | 0 | C0 | 63 | 49 |
| Octal | 165 | 342 | 376 | 66 | 13 | 0 | 0 | 300 | 143 | 111 |
| Binary | 1110101 | 11100010 | 11111110 | 110110 | 1011 | 0 | 0 | 11000000 | 1100011 | 1001001 |
Color Harmonies of #75E2FE
Complementary color
Monochromatic Colors of #75E2FE
Black with #75E2FE
Text Example
Text Example
White with #75E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2FE; }
p { color: rgb(117,226,254); }
H1.HeaderClassName
{
color: #75E2FE;
}
.AnyTagClassName
{
color: #75E2FE;
}
</style>
background-color css
<style>
a { background-color: #75E2FE; }
a { background-color: rgb(117,226,254); }
div.DivClassName
{
background-color: #75E2FE;
}
.BgClassName
{
background-color: #75E2FE;
}
</style>
border-color css
<style>
span { border-color: #75E2FE; }
span { border-color: rgb(117,226,254); }
td.TdClassName
{
border-color: #75E2FE;
}
.TagClassName
{
border-color: #75E2FE;
}
</style>