Shades of Turquoise Blue #74E9E6
Tints of Turquoise Blue #74E9E6
RGB
CMYK
RGB Variations
Color information
#74E9E6 (or 0x74E9E6) is known color: Turquoise Blue. HEX triplet: 74, E9 and E6. RGB value is (116,233,230). Sum of RGB (Red+Green+Blue) = 116+233+230=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #74E9E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E9E6 is #8B1619. Grayscale: #C5C5C5. Windows color (decimal): -9115162 or 15133044. OLE color: 15133044.
HSL color Cylindrical-coordinate representation of color #74E9E6: hue angle of 178.46º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E9E6 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 233 | 230 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.09 |
| HSL | 178.46º | 0.73% | 0.68% | - |
| HSV(B) | 178.46º | 0.5% | 0.91% | - |
| XYZ | 50.62 | 67.7 | 85.26 | - |
| YUV | 197.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 230 | 0.50 | 0 | 0.01 | 0.09 | 178.46 | 0.73 | 0.68 |
| Hex | 74 | E9 | E6 | 32 | 0 | 1 | 9 | B2 | 49 | 44 |
| Octal | 164 | 351 | 346 | 62 | 0 | 1 | 11 | 262 | 111 | 104 |
| Binary | 1110100 | 11101001 | 11100110 | 110010 | 0 | 1 | 1001 | 10110010 | 1001001 | 1000100 |
Color Harmonies of #74E9E6
Complementary color
Monochromatic Colors of #74E9E6
Black with #74E9E6
Text Example
Text Example
White with #74E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E9E6; }
p { color: rgb(116,233,230); }
H1.HeaderClassName
{
color: #74E9E6;
}
.AnyTagClassName
{
color: #74E9E6;
}
</style>
background-color css
<style>
a { background-color: #74E9E6; }
a { background-color: rgb(116,233,230); }
div.DivClassName
{
background-color: #74E9E6;
}
.BgClassName
{
background-color: #74E9E6;
}
</style>
border-color css
<style>
span { border-color: #74E9E6; }
span { border-color: rgb(116,233,230); }
td.TdClassName
{
border-color: #74E9E6;
}
.TagClassName
{
border-color: #74E9E6;
}
</style>