Shades of Turquoise Blue #74E0F6
Tints of Turquoise Blue #74E0F6
RGB
CMYK
RGB Variations
Color information
#74E0F6 (or 0x74E0F6) is known color: Turquoise Blue. HEX triplet: 74, E0 and F6. RGB value is (116,224,246). Sum of RGB (Red+Green+Blue) = 116+224+246=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #74E0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E0F6 is #8B1F09. Grayscale: #C2C2C2. Windows color (decimal): -9117450 or 16179316. OLE color: 16179316.
HSL color Cylindrical-coordinate representation of color #74E0F6: hue angle of 190.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74E0F6 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 224 | 246 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.04 |
| HSL | 190.15º | 0.88% | 0.71% | - |
| HSV(B) | 190.15º | 0.53% | 0.96% | - |
| XYZ | 50.49 | 63.68 | 96.82 | - |
| YUV | 194.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 246 | 0.53 | 0.09 | 0 | 0.04 | 190.15 | 0.88 | 0.71 |
| Hex | 74 | E0 | F6 | 35 | 9 | 0 | 4 | BE | 58 | 47 |
| Octal | 164 | 340 | 366 | 65 | 11 | 0 | 4 | 276 | 130 | 107 |
| Binary | 1110100 | 11100000 | 11110110 | 110101 | 1001 | 0 | 100 | 10111110 | 1011000 | 1000111 |
Color Harmonies of #74E0F6
Complementary color
Monochromatic Colors of #74E0F6
Black with #74E0F6
Text Example
Text Example
White with #74E0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E0F6; }
p { color: rgb(116,224,246); }
H1.HeaderClassName
{
color: #74E0F6;
}
.AnyTagClassName
{
color: #74E0F6;
}
</style>
background-color css
<style>
a { background-color: #74E0F6; }
a { background-color: rgb(116,224,246); }
div.DivClassName
{
background-color: #74E0F6;
}
.BgClassName
{
background-color: #74E0F6;
}
</style>
border-color css
<style>
span { border-color: #74E0F6; }
span { border-color: rgb(116,224,246); }
td.TdClassName
{
border-color: #74E0F6;
}
.TagClassName
{
border-color: #74E0F6;
}
</style>