Shades of Turquoise Blue #75E2F1
Tints of Turquoise Blue #75E2F1
RGB
CMYK
RGB Variations
Color information
#75E2F1 (or 0x75E2F1) is known color: Turquoise Blue. HEX triplet: 75, E2 and F1. RGB value is (117,226,241). Sum of RGB (Red+Green+Blue) = 117+226+241=584 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.03% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #75E2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75E2F1 is #8A1D0E. Grayscale: #C2C2C2. Windows color (decimal): -9051407 or 15852149. OLE color: 15852149.
HSL color Cylindrical-coordinate representation of color #75E2F1: hue angle of 187.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75E2F1 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 226 | 241 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.05 |
| HSL | 187.26º | 0.82% | 0.7% | - |
| HSV(B) | 187.26º | 0.51% | 0.95% | - |
| XYZ | 50.41 | 64.53 | 93.02 | - |
| YUV | 195.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 241 | 0.51 | 0.06 | 0 | 0.05 | 187.26 | 0.82 | 0.7 |
| Hex | 75 | E2 | F1 | 33 | 6 | 0 | 5 | BB | 52 | 46 |
| Octal | 165 | 342 | 361 | 63 | 6 | 0 | 5 | 273 | 122 | 106 |
| Binary | 1110101 | 11100010 | 11110001 | 110011 | 110 | 0 | 101 | 10111011 | 1010010 | 1000110 |
Color Harmonies of #75E2F1
Complementary color
Monochromatic Colors of #75E2F1
Black with #75E2F1
Text Example
Text Example
White with #75E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E2F1; }
p { color: rgb(117,226,241); }
H1.HeaderClassName
{
color: #75E2F1;
}
.AnyTagClassName
{
color: #75E2F1;
}
</style>
background-color css
<style>
a { background-color: #75E2F1; }
a { background-color: rgb(117,226,241); }
div.DivClassName
{
background-color: #75E2F1;
}
.BgClassName
{
background-color: #75E2F1;
}
</style>
border-color css
<style>
span { border-color: #75E2F1; }
span { border-color: rgb(117,226,241); }
td.TdClassName
{
border-color: #75E2F1;
}
.TagClassName
{
border-color: #75E2F1;
}
</style>