Shades of Turquoise Blue #74E2FA
Tints of Turquoise Blue #74E2FA
RGB
CMYK
RGB Variations
Color information
#74E2FA (or 0x74E2FA) is known color: Turquoise Blue. HEX triplet: 74, E2 and FA. RGB value is (116,226,250). Sum of RGB (Red+Green+Blue) = 116+226+250=592 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.59% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #74E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E2FA is #8B1D05. Grayscale: #C3C3C3. Windows color (decimal): -9116934 or 16441972. OLE color: 16441972.
HSL color Cylindrical-coordinate representation of color #74E2FA: hue angle of 190.75º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74E2FA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 226 | 250 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.02 |
| HSL | 190.75º | 0.93% | 0.72% | - |
| HSV(B) | 190.75º | 0.54% | 0.98% | - |
| XYZ | 51.65 | 65.01 | 100.27 | - |
| YUV | 195.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 226 | 250 | 0.54 | 0.10 | 0 | 0.02 | 190.75 | 0.93 | 0.72 |
| Hex | 74 | E2 | FA | 36 | A | 0 | 2 | BF | 5D | 48 |
| Octal | 164 | 342 | 372 | 66 | 12 | 0 | 2 | 277 | 135 | 110 |
| Binary | 1110100 | 11100010 | 11111010 | 110110 | 1010 | 0 | 10 | 10111111 | 1011101 | 1001000 |
Color Harmonies of #74E2FA
Complementary color
Monochromatic Colors of #74E2FA
Black with #74E2FA
Text Example
Text Example
White with #74E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E2FA; }
p { color: rgb(116,226,250); }
H1.HeaderClassName
{
color: #74E2FA;
}
.AnyTagClassName
{
color: #74E2FA;
}
</style>
background-color css
<style>
a { background-color: #74E2FA; }
a { background-color: rgb(116,226,250); }
div.DivClassName
{
background-color: #74E2FA;
}
.BgClassName
{
background-color: #74E2FA;
}
</style>
border-color css
<style>
span { border-color: #74E2FA; }
span { border-color: rgb(116,226,250); }
td.TdClassName
{
border-color: #74E2FA;
}
.TagClassName
{
border-color: #74E2FA;
}
</style>