Shades of Turquoise Blue #74E6DB
Tints of Turquoise Blue #74E6DB
RGB
CMYK
RGB Variations
Color information
#74E6DB (or 0x74E6DB) is known color: Turquoise Blue. HEX triplet: 74, E6 and DB. RGB value is (116,230,219). Sum of RGB (Red+Green+Blue) = 116+230+219=565 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.53% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6DB is #8B1924. Grayscale: #C2C2C2. Windows color (decimal): -9115941 or 14411380. OLE color: 14411380.
HSL color Cylindrical-coordinate representation of color #74E6DB: hue angle of 174.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6DB is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 219 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.10 |
| HSL | 174.21º | 0.7% | 0.68% | - |
| HSV(B) | 174.21º | 0.5% | 0.9% | - |
| XYZ | 48.29 | 65.42 | 77.1 | - |
| YUV | 194.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 219 | 0.50 | 0 | 0.05 | 0.10 | 174.21 | 0.7 | 0.68 |
| Hex | 74 | E6 | DB | 32 | 0 | 5 | A | AE | 46 | 44 |
| Octal | 164 | 346 | 333 | 62 | 0 | 5 | 12 | 256 | 106 | 104 |
| Binary | 1110100 | 11100110 | 11011011 | 110010 | 0 | 101 | 1010 | 10101110 | 1000110 | 1000100 |
Color Harmonies of #74E6DB
Complementary color
Monochromatic Colors of #74E6DB
Black with #74E6DB
Text Example
Text Example
White with #74E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6DB; }
p { color: rgb(116,230,219); }
H1.HeaderClassName
{
color: #74E6DB;
}
.AnyTagClassName
{
color: #74E6DB;
}
</style>
background-color css
<style>
a { background-color: #74E6DB; }
a { background-color: rgb(116,230,219); }
div.DivClassName
{
background-color: #74E6DB;
}
.BgClassName
{
background-color: #74E6DB;
}
</style>
border-color css
<style>
span { border-color: #74E6DB; }
span { border-color: rgb(116,230,219); }
td.TdClassName
{
border-color: #74E6DB;
}
.TagClassName
{
border-color: #74E6DB;
}
</style>