Shades of Turquoise Blue #74E8EA
Tints of Turquoise Blue #74E8EA
RGB
CMYK
RGB Variations
Color information
#74E8EA (or 0x74E8EA) is known color: Turquoise Blue. HEX triplet: 74, E8 and EA. RGB value is (116,232,234). Sum of RGB (Red+Green+Blue) = 116+232+234=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #74E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E8EA is #8B1715. Grayscale: #C5C5C5. Windows color (decimal): -9115414 or 15394932. OLE color: 15394932.
HSL color Cylindrical-coordinate representation of color #74E8EA: hue angle of 181.02º 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 #74E8EA is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 232 | 234 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.08 |
| HSL | 181.02º | 0.74% | 0.69% | - |
| HSV(B) | 181.02º | 0.5% | 0.92% | - |
| XYZ | 50.91 | 67.37 | 88.16 | - |
| YUV | 197.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 234 | 0.50 | 0.01 | 0 | 0.08 | 181.02 | 0.74 | 0.69 |
| Hex | 74 | E8 | EA | 32 | 1 | 0 | 8 | B5 | 4A | 45 |
| Octal | 164 | 350 | 352 | 62 | 1 | 0 | 10 | 265 | 112 | 105 |
| Binary | 1110100 | 11101000 | 11101010 | 110010 | 1 | 0 | 1000 | 10110101 | 1001010 | 1000101 |
Color Harmonies of #74E8EA
Complementary color
Monochromatic Colors of #74E8EA
Black with #74E8EA
Text Example
Text Example
White with #74E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E8EA; }
p { color: rgb(116,232,234); }
H1.HeaderClassName
{
color: #74E8EA;
}
.AnyTagClassName
{
color: #74E8EA;
}
</style>
background-color css
<style>
a { background-color: #74E8EA; }
a { background-color: rgb(116,232,234); }
div.DivClassName
{
background-color: #74E8EA;
}
.BgClassName
{
background-color: #74E8EA;
}
</style>
border-color css
<style>
span { border-color: #74E8EA; }
span { border-color: rgb(116,232,234); }
td.TdClassName
{
border-color: #74E8EA;
}
.TagClassName
{
border-color: #74E8EA;
}
</style>