Shades of Turquoise Blue #74DBD4
Tints of Turquoise Blue #74DBD4
RGB
CMYK
RGB Variations
Color information
#74DBD4 (or 0x74DBD4) is known color: Turquoise Blue. HEX triplet: 74, DB and D4. RGB value is (116,219,212). Sum of RGB (Red+Green+Blue) = 116+219+212=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBD4 is #8B242B. Grayscale: #BBBBBB. Windows color (decimal): -9118764 or 13949812. OLE color: 13949812.
HSL color Cylindrical-coordinate representation of color #74DBD4: hue angle of 175.92º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBD4 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 212 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.14 |
| HSL | 175.92º | 0.59% | 0.66% | - |
| HSV(B) | 175.92º | 0.47% | 0.86% | - |
| XYZ | 44.42 | 59.13 | 71.36 | - |
| YUV | 187.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 212 | 0.47 | 0 | 0.03 | 0.14 | 175.92 | 0.59 | 0.66 |
| Hex | 74 | DB | D4 | 2F | 0 | 3 | E | B0 | 3B | 42 |
| Octal | 164 | 333 | 324 | 57 | 0 | 3 | 16 | 260 | 73 | 102 |
| Binary | 1110100 | 11011011 | 11010100 | 101111 | 0 | 11 | 1110 | 10110000 | 111011 | 1000010 |
Color Harmonies of #74DBD4
Complementary color
Monochromatic Colors of #74DBD4
Black with #74DBD4
Text Example
Text Example
White with #74DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBD4; }
p { color: rgb(116,219,212); }
H1.HeaderClassName
{
color: #74DBD4;
}
.AnyTagClassName
{
color: #74DBD4;
}
</style>
background-color css
<style>
a { background-color: #74DBD4; }
a { background-color: rgb(116,219,212); }
div.DivClassName
{
background-color: #74DBD4;
}
.BgClassName
{
background-color: #74DBD4;
}
</style>
border-color css
<style>
span { border-color: #74DBD4; }
span { border-color: rgb(116,219,212); }
td.TdClassName
{
border-color: #74DBD4;
}
.TagClassName
{
border-color: #74DBD4;
}
</style>