Shades of Turquoise Blue #74DADC
Tints of Turquoise Blue #74DADC
RGB
CMYK
RGB Variations
Color information
#74DADC (or 0x74DADC) is known color: Turquoise Blue. HEX triplet: 74, DA and DC. RGB value is (116,218,220). Sum of RGB (Red+Green+Blue) = 116+218+220=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #74DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DADC is #8B2523. Grayscale: #BBBBBB. Windows color (decimal): -9119012 or 14473844. OLE color: 14473844.
HSL color Cylindrical-coordinate representation of color #74DADC: hue angle of 181.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DADC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 218 | 220 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.14 |
| HSL | 181.15º | 0.6% | 0.66% | - |
| HSV(B) | 181.15º | 0.47% | 0.86% | - |
| XYZ | 45.19 | 59.02 | 76.72 | - |
| YUV | 187.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 220 | 0.47 | 0.01 | 0 | 0.14 | 181.15 | 0.6 | 0.66 |
| Hex | 74 | DA | DC | 2F | 1 | 0 | E | B5 | 3C | 42 |
| Octal | 164 | 332 | 334 | 57 | 1 | 0 | 16 | 265 | 74 | 102 |
| Binary | 1110100 | 11011010 | 11011100 | 101111 | 1 | 0 | 1110 | 10110101 | 111100 | 1000010 |
Color Harmonies of #74DADC
Complementary color
Monochromatic Colors of #74DADC
Black with #74DADC
Text Example
Text Example
White with #74DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DADC; }
p { color: rgb(116,218,220); }
H1.HeaderClassName
{
color: #74DADC;
}
.AnyTagClassName
{
color: #74DADC;
}
</style>
background-color css
<style>
a { background-color: #74DADC; }
a { background-color: rgb(116,218,220); }
div.DivClassName
{
background-color: #74DADC;
}
.BgClassName
{
background-color: #74DADC;
}
</style>
border-color css
<style>
span { border-color: #74DADC; }
span { border-color: rgb(116,218,220); }
td.TdClassName
{
border-color: #74DADC;
}
.TagClassName
{
border-color: #74DADC;
}
</style>