Shades of Turquoise Blue #74ECDD
Tints of Turquoise Blue #74ECDD
RGB
CMYK
RGB Variations
Color information
#74ECDD (or 0x74ECDD) is known color: Turquoise Blue. HEX triplet: 74, EC and DD. RGB value is (116,236,221). Sum of RGB (Red+Green+Blue) = 116+236+221=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECDD is #8B1322. Grayscale: #C6C6C6. Windows color (decimal): -9114403 or 14543988. OLE color: 14543988.
HSL color Cylindrical-coordinate representation of color #74ECDD: hue angle of 172.5º degrees, saturation: 0.76, 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 #74ECDD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 221 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.07 |
| HSL | 172.5º | 0.76% | 0.69% | - |
| HSV(B) | 172.5º | 0.51% | 0.93% | - |
| XYZ | 50.25 | 68.92 | 79.06 | - |
| YUV | 198.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 221 | 0.51 | 0 | 0.06 | 0.07 | 172.5 | 0.76 | 0.69 |
| Hex | 74 | EC | DD | 33 | 0 | 6 | 7 | AC | 4C | 45 |
| Octal | 164 | 354 | 335 | 63 | 0 | 6 | 7 | 254 | 114 | 105 |
| Binary | 1110100 | 11101100 | 11011101 | 110011 | 0 | 110 | 111 | 10101100 | 1001100 | 1000101 |
Color Harmonies of #74ECDD
Complementary color
Monochromatic Colors of #74ECDD
Black with #74ECDD
Text Example
Text Example
White with #74ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECDD; }
p { color: rgb(116,236,221); }
H1.HeaderClassName
{
color: #74ECDD;
}
.AnyTagClassName
{
color: #74ECDD;
}
</style>
background-color css
<style>
a { background-color: #74ECDD; }
a { background-color: rgb(116,236,221); }
div.DivClassName
{
background-color: #74ECDD;
}
.BgClassName
{
background-color: #74ECDD;
}
</style>
border-color css
<style>
span { border-color: #74ECDD; }
span { border-color: rgb(116,236,221); }
td.TdClassName
{
border-color: #74ECDD;
}
.TagClassName
{
border-color: #74ECDD;
}
</style>