Shades of Turquoise Blue #74D3EF
Tints of Turquoise Blue #74D3EF
RGB
CMYK
RGB Variations
Color information
#74D3EF (or 0x74D3EF) is known color: Turquoise Blue. HEX triplet: 74, D3 and EF. RGB value is (116,211,239). Sum of RGB (Red+Green+Blue) = 116+211+239=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #74D3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D3EF is #8B2C10. Grayscale: #B9B9B9. Windows color (decimal): -9120785 or 15717236. OLE color: 15717236.
HSL color Cylindrical-coordinate representation of color #74D3EF: hue angle of 193.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D3EF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 211 | 239 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.06 |
| HSL | 193.66º | 0.79% | 0.7% | - |
| HSV(B) | 193.66º | 0.51% | 0.94% | - |
| XYZ | 46.08 | 56.53 | 90.14 | - |
| YUV | 185.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 239 | 0.51 | 0.12 | 0 | 0.06 | 193.66 | 0.79 | 0.7 |
| Hex | 74 | D3 | EF | 33 | C | 0 | 6 | C2 | 4F | 46 |
| Octal | 164 | 323 | 357 | 63 | 14 | 0 | 6 | 302 | 117 | 106 |
| Binary | 1110100 | 11010011 | 11101111 | 110011 | 1100 | 0 | 110 | 11000010 | 1001111 | 1000110 |
Color Harmonies of #74D3EF
Complementary color
Monochromatic Colors of #74D3EF
Black with #74D3EF
Text Example
Text Example
White with #74D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D3EF; }
p { color: rgb(116,211,239); }
H1.HeaderClassName
{
color: #74D3EF;
}
.AnyTagClassName
{
color: #74D3EF;
}
</style>
background-color css
<style>
a { background-color: #74D3EF; }
a { background-color: rgb(116,211,239); }
div.DivClassName
{
background-color: #74D3EF;
}
.BgClassName
{
background-color: #74D3EF;
}
</style>
border-color css
<style>
span { border-color: #74D3EF; }
span { border-color: rgb(116,211,239); }
td.TdClassName
{
border-color: #74D3EF;
}
.TagClassName
{
border-color: #74D3EF;
}
</style>