Shades of Turquoise Blue #74E0DC
Tints of Turquoise Blue #74E0DC
RGB
CMYK
RGB Variations
Color information
#74E0DC (or 0x74E0DC) is known color: Turquoise Blue. HEX triplet: 74, E0 and DC. RGB value is (116,224,220). Sum of RGB (Red+Green+Blue) = 116+224+220=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #74E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E0DC is #8B1F23. Grayscale: #BFBFBF. Windows color (decimal): -9117476 or 14475380. OLE color: 14475380.
HSL color Cylindrical-coordinate representation of color #74E0DC: hue angle of 177.78º 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 #74E0DC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 220 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.12 |
| HSL | 177.78º | 0.64% | 0.67% | - |
| HSV(B) | 177.78º | 0.48% | 0.88% | - |
| XYZ | 46.78 | 62.19 | 77.25 | - |
| YUV | 191.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 220 | 0.48 | 0 | 0.02 | 0.12 | 177.78 | 0.64 | 0.67 |
| Hex | 74 | E0 | DC | 30 | 0 | 2 | C | B2 | 40 | 43 |
| Octal | 164 | 340 | 334 | 60 | 0 | 2 | 14 | 262 | 100 | 103 |
| Binary | 1110100 | 11100000 | 11011100 | 110000 | 0 | 10 | 1100 | 10110010 | 1000000 | 1000011 |
Color Harmonies of #74E0DC
Complementary color
Monochromatic Colors of #74E0DC
Black with #74E0DC
Text Example
Text Example
White with #74E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E0DC; }
p { color: rgb(116,224,220); }
H1.HeaderClassName
{
color: #74E0DC;
}
.AnyTagClassName
{
color: #74E0DC;
}
</style>
background-color css
<style>
a { background-color: #74E0DC; }
a { background-color: rgb(116,224,220); }
div.DivClassName
{
background-color: #74E0DC;
}
.BgClassName
{
background-color: #74E0DC;
}
</style>
border-color css
<style>
span { border-color: #74E0DC; }
span { border-color: rgb(116,224,220); }
td.TdClassName
{
border-color: #74E0DC;
}
.TagClassName
{
border-color: #74E0DC;
}
</style>