Shades of Turquoise Blue #74D3ED
Tints of Turquoise Blue #74D3ED
RGB
CMYK
RGB Variations
Color information
#74D3ED (or 0x74D3ED) is known color: Turquoise Blue. HEX triplet: 74, D3 and ED. RGB value is (116,211,237). Sum of RGB (Red+Green+Blue) = 116+211+237=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #74D3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D3ED is #8B2C12. Grayscale: #B9B9B9. Windows color (decimal): -9120787 or 15586164. OLE color: 15586164.
HSL color Cylindrical-coordinate representation of color #74D3ED: hue angle of 192.89º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D3ED is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 211 | 237 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.07 |
| HSL | 192.89º | 0.77% | 0.69% | - |
| HSV(B) | 192.89º | 0.51% | 0.93% | - |
| XYZ | 45.78 | 56.42 | 88.6 | - |
| YUV | 185.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 237 | 0.51 | 0.11 | 0 | 0.07 | 192.89 | 0.77 | 0.69 |
| Hex | 74 | D3 | ED | 33 | B | 0 | 7 | C1 | 4D | 45 |
| Octal | 164 | 323 | 355 | 63 | 13 | 0 | 7 | 301 | 115 | 105 |
| Binary | 1110100 | 11010011 | 11101101 | 110011 | 1011 | 0 | 111 | 11000001 | 1001101 | 1000101 |
Color Harmonies of #74D3ED
Complementary color
Monochromatic Colors of #74D3ED
Black with #74D3ED
Text Example
Text Example
White with #74D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D3ED; }
p { color: rgb(116,211,237); }
H1.HeaderClassName
{
color: #74D3ED;
}
.AnyTagClassName
{
color: #74D3ED;
}
</style>
background-color css
<style>
a { background-color: #74D3ED; }
a { background-color: rgb(116,211,237); }
div.DivClassName
{
background-color: #74D3ED;
}
.BgClassName
{
background-color: #74D3ED;
}
</style>
border-color css
<style>
span { border-color: #74D3ED; }
span { border-color: rgb(116,211,237); }
td.TdClassName
{
border-color: #74D3ED;
}
.TagClassName
{
border-color: #74D3ED;
}
</style>