Shades of Turquoise Blue #74D4E8
Tints of Turquoise Blue #74D4E8
RGB
CMYK
RGB Variations
Color information
#74D4E8 (or 0x74D4E8) is known color: Turquoise Blue. HEX triplet: 74, D4 and E8. RGB value is (116,212,232). Sum of RGB (Red+Green+Blue) = 116+212+232=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #74D4E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D4E8 is #8B2B17. Grayscale: #B9B9B9. Windows color (decimal): -9120536 or 15258740. OLE color: 15258740.
HSL color Cylindrical-coordinate representation of color #74D4E8: hue angle of 190.34º degrees, saturation: 0.72, 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 #74D4E8 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 212 | 232 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.09 |
| HSL | 190.34º | 0.72% | 0.68% | - |
| HSV(B) | 190.34º | 0.5% | 0.91% | - |
| XYZ | 45.31 | 56.63 | 84.89 | - |
| YUV | 185.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 232 | 0.50 | 0.09 | 0 | 0.09 | 190.34 | 0.72 | 0.68 |
| Hex | 74 | D4 | E8 | 32 | 9 | 0 | 9 | BE | 48 | 44 |
| Octal | 164 | 324 | 350 | 62 | 11 | 0 | 11 | 276 | 110 | 104 |
| Binary | 1110100 | 11010100 | 11101000 | 110010 | 1001 | 0 | 1001 | 10111110 | 1001000 | 1000100 |
Color Harmonies of #74D4E8
Complementary color
Monochromatic Colors of #74D4E8
Black with #74D4E8
Text Example
Text Example
White with #74D4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D4E8; }
p { color: rgb(116,212,232); }
H1.HeaderClassName
{
color: #74D4E8;
}
.AnyTagClassName
{
color: #74D4E8;
}
</style>
background-color css
<style>
a { background-color: #74D4E8; }
a { background-color: rgb(116,212,232); }
div.DivClassName
{
background-color: #74D4E8;
}
.BgClassName
{
background-color: #74D4E8;
}
</style>
border-color css
<style>
span { border-color: #74D4E8; }
span { border-color: rgb(116,212,232); }
td.TdClassName
{
border-color: #74D4E8;
}
.TagClassName
{
border-color: #74D4E8;
}
</style>