Shades of Turquoise Blue #74ECDE
Tints of Turquoise Blue #74ECDE
RGB
CMYK
RGB Variations
Color information
#74ECDE (or 0x74ECDE) is known color: Turquoise Blue. HEX triplet: 74, EC and DE. RGB value is (116,236,222). Sum of RGB (Red+Green+Blue) = 116+236+222=574 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.21% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74ECDE is #8B1321. Grayscale: #C6C6C6. Windows color (decimal): -9114402 or 14609524. OLE color: 14609524.
HSL color Cylindrical-coordinate representation of color #74ECDE: hue angle of 173º 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 #74ECDE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 222 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.07 |
| HSL | 173º | 0.76% | 0.69% | - |
| HSV(B) | 173º | 0.51% | 0.93% | - |
| XYZ | 50.38 | 68.98 | 79.77 | - |
| YUV | 198.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 222 | 0.51 | 0 | 0.06 | 0.07 | 173 | 0.76 | 0.69 |
| Hex | 74 | EC | DE | 33 | 0 | 6 | 7 | AD | 4C | 45 |
| Octal | 164 | 354 | 336 | 63 | 0 | 6 | 7 | 255 | 114 | 105 |
| Binary | 1110100 | 11101100 | 11011110 | 110011 | 0 | 110 | 111 | 10101101 | 1001100 | 1000101 |
Color Harmonies of #74ECDE
Complementary color
Monochromatic Colors of #74ECDE
Black with #74ECDE
Text Example
Text Example
White with #74ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECDE; }
p { color: rgb(116,236,222); }
H1.HeaderClassName
{
color: #74ECDE;
}
.AnyTagClassName
{
color: #74ECDE;
}
</style>
background-color css
<style>
a { background-color: #74ECDE; }
a { background-color: rgb(116,236,222); }
div.DivClassName
{
background-color: #74ECDE;
}
.BgClassName
{
background-color: #74ECDE;
}
</style>
border-color css
<style>
span { border-color: #74ECDE; }
span { border-color: rgb(116,236,222); }
td.TdClassName
{
border-color: #74ECDE;
}
.TagClassName
{
border-color: #74ECDE;
}
</style>