Shades of Turquoise Blue #74DADD
Tints of Turquoise Blue #74DADD
RGB
CMYK
RGB Variations
Color information
#74DADD (or 0x74DADD) is known color: Turquoise Blue. HEX triplet: 74, DA and DD. RGB value is (116,218,221). Sum of RGB (Red+Green+Blue) = 116+218+221=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #74DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DADD is #8B2522. Grayscale: #BBBBBB. Windows color (decimal): -9119011 or 14539380. OLE color: 14539380.
HSL color Cylindrical-coordinate representation of color #74DADD: hue angle of 181.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DADD is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 218 | 221 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.13 |
| HSL | 181.71º | 0.61% | 0.66% | - |
| HSV(B) | 181.71º | 0.48% | 0.87% | - |
| XYZ | 45.33 | 59.08 | 77.42 | - |
| YUV | 187.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 221 | 0.48 | 0.01 | 0 | 0.13 | 181.71 | 0.61 | 0.66 |
| Hex | 74 | DA | DD | 30 | 1 | 0 | D | B6 | 3D | 42 |
| Octal | 164 | 332 | 335 | 60 | 1 | 0 | 15 | 266 | 75 | 102 |
| Binary | 1110100 | 11011010 | 11011101 | 110000 | 1 | 0 | 1101 | 10110110 | 111101 | 1000010 |
Color Harmonies of #74DADD
Complementary color
Monochromatic Colors of #74DADD
Black with #74DADD
Text Example
Text Example
White with #74DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DADD; }
p { color: rgb(116,218,221); }
H1.HeaderClassName
{
color: #74DADD;
}
.AnyTagClassName
{
color: #74DADD;
}
</style>
background-color css
<style>
a { background-color: #74DADD; }
a { background-color: rgb(116,218,221); }
div.DivClassName
{
background-color: #74DADD;
}
.BgClassName
{
background-color: #74DADD;
}
</style>
border-color css
<style>
span { border-color: #74DADD; }
span { border-color: rgb(116,218,221); }
td.TdClassName
{
border-color: #74DADD;
}
.TagClassName
{
border-color: #74DADD;
}
</style>