Shades of Turquoise Blue #74D1EA
Tints of Turquoise Blue #74D1EA
RGB
CMYK
RGB Variations
Color information
#74D1EA (or 0x74D1EA) is known color: Turquoise Blue. HEX triplet: 74, D1 and EA. RGB value is (116,209,234). Sum of RGB (Red+Green+Blue) = 116+209+234=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #74D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D1EA is #8B2E15. Grayscale: #B7B7B7. Windows color (decimal): -9121302 or 15389044. OLE color: 15389044.
HSL color Cylindrical-coordinate representation of color #74D1EA: hue angle of 192.71º 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 #74D1EA is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 209 | 234 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.08 |
| HSL | 192.71º | 0.74% | 0.69% | - |
| HSV(B) | 192.71º | 0.5% | 0.92% | - |
| XYZ | 44.85 | 55.25 | 86.14 | - |
| YUV | 184.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 234 | 0.50 | 0.11 | 0 | 0.08 | 192.71 | 0.74 | 0.69 |
| Hex | 74 | D1 | EA | 32 | B | 0 | 8 | C1 | 4A | 45 |
| Octal | 164 | 321 | 352 | 62 | 13 | 0 | 10 | 301 | 112 | 105 |
| Binary | 1110100 | 11010001 | 11101010 | 110010 | 1011 | 0 | 1000 | 11000001 | 1001010 | 1000101 |
Color Harmonies of #74D1EA
Complementary color
Monochromatic Colors of #74D1EA
Black with #74D1EA
Text Example
Text Example
White with #74D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D1EA; }
p { color: rgb(116,209,234); }
H1.HeaderClassName
{
color: #74D1EA;
}
.AnyTagClassName
{
color: #74D1EA;
}
</style>
background-color css
<style>
a { background-color: #74D1EA; }
a { background-color: rgb(116,209,234); }
div.DivClassName
{
background-color: #74D1EA;
}
.BgClassName
{
background-color: #74D1EA;
}
</style>
border-color css
<style>
span { border-color: #74D1EA; }
span { border-color: rgb(116,209,234); }
td.TdClassName
{
border-color: #74D1EA;
}
.TagClassName
{
border-color: #74D1EA;
}
</style>