Shades of Turquoise Blue #74EDE4
Tints of Turquoise Blue #74EDE4
RGB
CMYK
RGB Variations
Color information
#74EDE4 (or 0x74EDE4) is known color: Turquoise Blue. HEX triplet: 74, ED and E4. RGB value is (116,237,228). Sum of RGB (Red+Green+Blue) = 116+237+228=581 (76% of max value = 765). Red value is 116 (45.70% from 255 or 19.97% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDE4 is #8B121B. Grayscale: #C7C7C7. Windows color (decimal): -9114140 or 15002996. OLE color: 15002996.
HSL color Cylindrical-coordinate representation of color #74EDE4: hue angle of 175.54º degrees, saturation: 0.77, 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 #74EDE4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 228 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.07 |
| HSL | 175.54º | 0.77% | 0.69% | - |
| HSV(B) | 175.54º | 0.51% | 0.93% | - |
| XYZ | 51.49 | 69.88 | 84.17 | - |
| YUV | 199.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 228 | 0.51 | 0 | 0.04 | 0.07 | 175.54 | 0.77 | 0.69 |
| Hex | 74 | ED | E4 | 33 | 0 | 4 | 7 | B0 | 4D | 45 |
| Octal | 164 | 355 | 344 | 63 | 0 | 4 | 7 | 260 | 115 | 105 |
| Binary | 1110100 | 11101101 | 11100100 | 110011 | 0 | 100 | 111 | 10110000 | 1001101 | 1000101 |
Color Harmonies of #74EDE4
Complementary color
Monochromatic Colors of #74EDE4
Black with #74EDE4
Text Example
Text Example
White with #74EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDE4; }
p { color: rgb(116,237,228); }
H1.HeaderClassName
{
color: #74EDE4;
}
.AnyTagClassName
{
color: #74EDE4;
}
</style>
background-color css
<style>
a { background-color: #74EDE4; }
a { background-color: rgb(116,237,228); }
div.DivClassName
{
background-color: #74EDE4;
}
.BgClassName
{
background-color: #74EDE4;
}
</style>
border-color css
<style>
span { border-color: #74EDE4; }
span { border-color: rgb(116,237,228); }
td.TdClassName
{
border-color: #74EDE4;
}
.TagClassName
{
border-color: #74EDE4;
}
</style>