Shades of Turquoise Blue #74ECEC
Tints of Turquoise Blue #74ECEC
RGB
CMYK
RGB Variations
Color information
#74ECEC (or 0x74ECEC) is known color: Turquoise Blue. HEX triplet: 74, EC and EC. RGB value is (116,236,236). Sum of RGB (Red+Green+Blue) = 116+236+236=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #74ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECEC is #8B1313. Grayscale: #C7C7C7. Windows color (decimal): -9114388 or 15527028. OLE color: 15527028.
HSL color Cylindrical-coordinate representation of color #74ECEC: 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.51%. Process color model (Four color, CMYK) of #74ECEC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 236 | - |
| CMYK | 0.51 | 0 | 0 | 0.07 |
| HSL | 180º | 0.76% | 0.69% | - |
| HSV(B) | 180º | 0.51% | 0.93% | - |
| XYZ | 52.34 | 69.76 | 90.06 | - |
| YUV | 200.12 | 148.24 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 236 | 0.51 | 0 | 0 | 0.07 | 180 | 0.76 | 0.69 |
| Hex | 74 | EC | EC | 33 | 0 | 0 | 7 | B4 | 4C | 45 |
| Octal | 164 | 354 | 354 | 63 | 0 | 0 | 7 | 264 | 114 | 105 |
| Binary | 1110100 | 11101100 | 11101100 | 110011 | 0 | 0 | 111 | 10110100 | 1001100 | 1000101 |
Color Harmonies of #74ECEC
Complementary color
Monochromatic Colors of #74ECEC
Black with #74ECEC
Text Example
Text Example
White with #74ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECEC; }
p { color: rgb(116,236,236); }
H1.HeaderClassName
{
color: #74ECEC;
}
.AnyTagClassName
{
color: #74ECEC;
}
</style>
background-color css
<style>
a { background-color: #74ECEC; }
a { background-color: rgb(116,236,236); }
div.DivClassName
{
background-color: #74ECEC;
}
.BgClassName
{
background-color: #74ECEC;
}
</style>
border-color css
<style>
span { border-color: #74ECEC; }
span { border-color: rgb(116,236,236); }
td.TdClassName
{
border-color: #74ECEC;
}
.TagClassName
{
border-color: #74ECEC;
}
</style>