Shades of Turquoise Blue #75ECEC
Tints of Turquoise Blue #75ECEC
RGB
CMYK
RGB Variations
Color information
#75ECEC (or 0x75ECEC) is known color: Turquoise Blue. HEX triplet: 75, EC and EC. RGB value is (117,236,236). Sum of RGB (Red+Green+Blue) = 117+236+236=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #75ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECEC is #8A1313. Grayscale: #C8C8C8. Windows color (decimal): -9048852 or 15527029. OLE color: 15527029.
HSL color Cylindrical-coordinate representation of color #75ECEC: hue angle of 180º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECEC is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 236 | - |
| CMYK | 0.50 | 0 | 0 | 0.07 |
| HSL | 180º | 0.76% | 0.69% | - |
| HSV(B) | 180º | 0.5% | 0.93% | - |
| XYZ | 52.47 | 69.83 | 90.07 | - |
| YUV | 200.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 236 | 0.50 | 0 | 0 | 0.07 | 180 | 0.76 | 0.69 |
| Hex | 75 | EC | EC | 32 | 0 | 0 | 7 | B4 | 4C | 45 |
| Octal | 165 | 354 | 354 | 62 | 0 | 0 | 7 | 264 | 114 | 105 |
| Binary | 1110101 | 11101100 | 11101100 | 110010 | 0 | 0 | 111 | 10110100 | 1001100 | 1000101 |
Color Harmonies of #75ECEC
Complementary color
Monochromatic Colors of #75ECEC
Black with #75ECEC
Text Example
Text Example
White with #75ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75ECEC; }
p { color: rgb(117,236,236); }
H1.HeaderClassName
{
color: #75ECEC;
}
.AnyTagClassName
{
color: #75ECEC;
}
</style>
background-color css
<style>
a { background-color: #75ECEC; }
a { background-color: rgb(117,236,236); }
div.DivClassName
{
background-color: #75ECEC;
}
.BgClassName
{
background-color: #75ECEC;
}
</style>
border-color css
<style>
span { border-color: #75ECEC; }
span { border-color: rgb(117,236,236); }
td.TdClassName
{
border-color: #75ECEC;
}
.TagClassName
{
border-color: #75ECEC;
}
</style>