Shades of Turquoise Blue #74EADC
Tints of Turquoise Blue #74EADC
RGB
CMYK
RGB Variations
Color information
#74EADC (or 0x74EADC) is known color: Turquoise Blue. HEX triplet: 74, EA and DC. RGB value is (116,234,220). Sum of RGB (Red+Green+Blue) = 116+234+220=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #74EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EADC is #8B1523. Grayscale: #C5C5C5. Windows color (decimal): -9114916 or 14477940. OLE color: 14477940.
HSL color Cylindrical-coordinate representation of color #74EADC: hue angle of 172.88º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EADC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 220 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.08 |
| HSL | 172.88º | 0.74% | 0.69% | - |
| HSV(B) | 172.88º | 0.5% | 0.92% | - |
| XYZ | 49.54 | 67.73 | 78.17 | - |
| YUV | 197.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 220 | 0.50 | 0 | 0.06 | 0.08 | 172.88 | 0.74 | 0.69 |
| Hex | 74 | EA | DC | 32 | 0 | 6 | 8 | AD | 4A | 45 |
| Octal | 164 | 352 | 334 | 62 | 0 | 6 | 10 | 255 | 112 | 105 |
| Binary | 1110100 | 11101010 | 11011100 | 110010 | 0 | 110 | 1000 | 10101101 | 1001010 | 1000101 |
Color Harmonies of #74EADC
Complementary color
Monochromatic Colors of #74EADC
Black with #74EADC
Text Example
Text Example
White with #74EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EADC; }
p { color: rgb(116,234,220); }
H1.HeaderClassName
{
color: #74EADC;
}
.AnyTagClassName
{
color: #74EADC;
}
</style>
background-color css
<style>
a { background-color: #74EADC; }
a { background-color: rgb(116,234,220); }
div.DivClassName
{
background-color: #74EADC;
}
.BgClassName
{
background-color: #74EADC;
}
</style>
border-color css
<style>
span { border-color: #74EADC; }
span { border-color: rgb(116,234,220); }
td.TdClassName
{
border-color: #74EADC;
}
.TagClassName
{
border-color: #74EADC;
}
</style>