Shades of Turquoise Blue #74ECE5
Tints of Turquoise Blue #74ECE5
RGB
CMYK
RGB Variations
Color information
#74ECE5 (or 0x74ECE5) is known color: Turquoise Blue. HEX triplet: 74, EC and E5. RGB value is (116,236,229). Sum of RGB (Red+Green+Blue) = 116+236+229=581 (76% of max value = 765). Red value is 116 (45.70% from 255 or 19.97% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECE5 is #8B131A. Grayscale: #C7C7C7. Windows color (decimal): -9114395 or 15068276. OLE color: 15068276.
HSL color Cylindrical-coordinate representation of color #74ECE5: hue angle of 176.5º 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 #74ECE5 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 229 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.07 |
| HSL | 176.5º | 0.76% | 0.69% | - |
| HSV(B) | 176.5º | 0.51% | 0.93% | - |
| XYZ | 51.34 | 69.36 | 84.81 | - |
| YUV | 199.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 229 | 0.51 | 0 | 0.03 | 0.07 | 176.5 | 0.76 | 0.69 |
| Hex | 74 | EC | E5 | 33 | 0 | 3 | 7 | B0 | 4C | 45 |
| Octal | 164 | 354 | 345 | 63 | 0 | 3 | 7 | 260 | 114 | 105 |
| Binary | 1110100 | 11101100 | 11100101 | 110011 | 0 | 11 | 111 | 10110000 | 1001100 | 1000101 |
Color Harmonies of #74ECE5
Complementary color
Monochromatic Colors of #74ECE5
Black with #74ECE5
Text Example
Text Example
White with #74ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECE5; }
p { color: rgb(116,236,229); }
H1.HeaderClassName
{
color: #74ECE5;
}
.AnyTagClassName
{
color: #74ECE5;
}
</style>
background-color css
<style>
a { background-color: #74ECE5; }
a { background-color: rgb(116,236,229); }
div.DivClassName
{
background-color: #74ECE5;
}
.BgClassName
{
background-color: #74ECE5;
}
</style>
border-color css
<style>
span { border-color: #74ECE5; }
span { border-color: rgb(116,236,229); }
td.TdClassName
{
border-color: #74ECE5;
}
.TagClassName
{
border-color: #74ECE5;
}
</style>