Shades of Turquoise Blue #74ECEA
Tints of Turquoise Blue #74ECEA
RGB
CMYK
RGB Variations
Color information
#74ECEA (or 0x74ECEA) is known color: Turquoise Blue. HEX triplet: 74, EC and EA. RGB value is (116,236,234). Sum of RGB (Red+Green+Blue) = 116+236+234=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECEA is #8B1315. Grayscale: #C7C7C7. Windows color (decimal): -9114390 or 15395956. OLE color: 15395956.
HSL color Cylindrical-coordinate representation of color #74ECEA: hue angle of 179º 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 #74ECEA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 234 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.07 |
| HSL | 179º | 0.76% | 0.69% | - |
| HSV(B) | 179º | 0.51% | 0.93% | - |
| XYZ | 52.05 | 69.64 | 88.54 | - |
| YUV | 199.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 234 | 0.51 | 0 | 0.01 | 0.07 | 179 | 0.76 | 0.69 |
| Hex | 74 | EC | EA | 33 | 0 | 1 | 7 | B3 | 4C | 45 |
| Octal | 164 | 354 | 352 | 63 | 0 | 1 | 7 | 263 | 114 | 105 |
| Binary | 1110100 | 11101100 | 11101010 | 110011 | 0 | 1 | 111 | 10110011 | 1001100 | 1000101 |
Color Harmonies of #74ECEA
Complementary color
Monochromatic Colors of #74ECEA
Black with #74ECEA
Text Example
Text Example
White with #74ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECEA; }
p { color: rgb(116,236,234); }
H1.HeaderClassName
{
color: #74ECEA;
}
.AnyTagClassName
{
color: #74ECEA;
}
</style>
background-color css
<style>
a { background-color: #74ECEA; }
a { background-color: rgb(116,236,234); }
div.DivClassName
{
background-color: #74ECEA;
}
.BgClassName
{
background-color: #74ECEA;
}
</style>
border-color css
<style>
span { border-color: #74ECEA; }
span { border-color: rgb(116,236,234); }
td.TdClassName
{
border-color: #74ECEA;
}
.TagClassName
{
border-color: #74ECEA;
}
</style>