Shades of Turquoise Blue #75E3E4
Tints of Turquoise Blue #75E3E4
RGB
CMYK
RGB Variations
Color information
#75E3E4 (or 0x75E3E4) is known color: Turquoise Blue. HEX triplet: 75, E3 and E4. RGB value is (117,227,228). Sum of RGB (Red+Green+Blue) = 117+227+228=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #75E3E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3E4 is #8A1C1B. Grayscale: #C2C2C2. Windows color (decimal): -9051164 or 15000437. OLE color: 15000437.
HSL color Cylindrical-coordinate representation of color #75E3E4: hue angle of 180.54º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E3E4 is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 228 | - |
| CMYK | 0.49 | 0.00 | 0 | 0.11 |
| HSL | 180.54º | 0.67% | 0.68% | - |
| HSV(B) | 180.54º | 0.49% | 0.89% | - |
| XYZ | 48.81 | 64.32 | 83.24 | - |
| YUV | 194.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 228 | 0.49 | 0.00 | 0 | 0.11 | 180.54 | 0.67 | 0.68 |
| Hex | 75 | E3 | E4 | 31 | 0 | 0 | B | B5 | 43 | 44 |
| Octal | 165 | 343 | 344 | 61 | 0 | 0 | 13 | 265 | 103 | 104 |
| Binary | 1110101 | 11100011 | 11100100 | 110001 | 0 | 0 | 1011 | 10110101 | 1000011 | 1000100 |
Color Harmonies of #75E3E4
Complementary color
Monochromatic Colors of #75E3E4
Black with #75E3E4
Text Example
Text Example
White with #75E3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E3E4; }
p { color: rgb(117,227,228); }
H1.HeaderClassName
{
color: #75E3E4;
}
.AnyTagClassName
{
color: #75E3E4;
}
</style>
background-color css
<style>
a { background-color: #75E3E4; }
a { background-color: rgb(117,227,228); }
div.DivClassName
{
background-color: #75E3E4;
}
.BgClassName
{
background-color: #75E3E4;
}
</style>
border-color css
<style>
span { border-color: #75E3E4; }
span { border-color: rgb(117,227,228); }
td.TdClassName
{
border-color: #75E3E4;
}
.TagClassName
{
border-color: #75E3E4;
}
</style>