Shades of Turquoise Blue #74E1DB
Tints of Turquoise Blue #74E1DB
RGB
CMYK
RGB Variations
Color information
#74E1DB (or 0x74E1DB) is known color: Turquoise Blue. HEX triplet: 74, E1 and DB. RGB value is (116,225,219). Sum of RGB (Red+Green+Blue) = 116+225+219=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E1DB is #8B1E24. Grayscale: #BFBFBF. Windows color (decimal): -9117221 or 14410100. OLE color: 14410100.
HSL color Cylindrical-coordinate representation of color #74E1DB: hue angle of 176.7º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E1DB is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 219 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.12 |
| HSL | 176.7º | 0.64% | 0.67% | - |
| HSV(B) | 176.7º | 0.48% | 0.88% | - |
| XYZ | 46.91 | 62.68 | 76.64 | - |
| YUV | 191.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 219 | 0.48 | 0 | 0.03 | 0.12 | 176.7 | 0.64 | 0.67 |
| Hex | 74 | E1 | DB | 30 | 0 | 3 | C | B1 | 40 | 43 |
| Octal | 164 | 341 | 333 | 60 | 0 | 3 | 14 | 261 | 100 | 103 |
| Binary | 1110100 | 11100001 | 11011011 | 110000 | 0 | 11 | 1100 | 10110001 | 1000000 | 1000011 |
Color Harmonies of #74E1DB
Complementary color
Monochromatic Colors of #74E1DB
Black with #74E1DB
Text Example
Text Example
White with #74E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E1DB; }
p { color: rgb(116,225,219); }
H1.HeaderClassName
{
color: #74E1DB;
}
.AnyTagClassName
{
color: #74E1DB;
}
</style>
background-color css
<style>
a { background-color: #74E1DB; }
a { background-color: rgb(116,225,219); }
div.DivClassName
{
background-color: #74E1DB;
}
.BgClassName
{
background-color: #74E1DB;
}
</style>
border-color css
<style>
span { border-color: #74E1DB; }
span { border-color: rgb(116,225,219); }
td.TdClassName
{
border-color: #74E1DB;
}
.TagClassName
{
border-color: #74E1DB;
}
</style>