Shades of Turquoise Blue #74DADB
Tints of Turquoise Blue #74DADB
RGB
CMYK
RGB Variations
Color information
#74DADB (or 0x74DADB) is known color: Turquoise Blue. HEX triplet: 74, DA and DB. RGB value is (116,218,219). Sum of RGB (Red+Green+Blue) = 116+218+219=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #74DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DADB is #8B2524. Grayscale: #BBBBBB. Windows color (decimal): -9119013 or 14408308. OLE color: 14408308.
HSL color Cylindrical-coordinate representation of color #74DADB: hue angle of 180.58º degrees, saturation: 0.59, 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 #74DADB is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 218 | 219 | - |
| CMYK | 0.47 | 0.00 | 0 | 0.14 |
| HSL | 180.58º | 0.59% | 0.66% | - |
| HSV(B) | 180.58º | 0.47% | 0.86% | - |
| XYZ | 45.06 | 58.97 | 76.03 | - |
| YUV | 187.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 219 | 0.47 | 0.00 | 0 | 0.14 | 180.58 | 0.59 | 0.66 |
| Hex | 74 | DA | DB | 2F | 0 | 0 | E | B5 | 3B | 42 |
| Octal | 164 | 332 | 333 | 57 | 0 | 0 | 16 | 265 | 73 | 102 |
| Binary | 1110100 | 11011010 | 11011011 | 101111 | 0 | 0 | 1110 | 10110101 | 111011 | 1000010 |
Color Harmonies of #74DADB
Complementary color
Monochromatic Colors of #74DADB
Black with #74DADB
Text Example
Text Example
White with #74DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DADB; }
p { color: rgb(116,218,219); }
H1.HeaderClassName
{
color: #74DADB;
}
.AnyTagClassName
{
color: #74DADB;
}
</style>
background-color css
<style>
a { background-color: #74DADB; }
a { background-color: rgb(116,218,219); }
div.DivClassName
{
background-color: #74DADB;
}
.BgClassName
{
background-color: #74DADB;
}
</style>
border-color css
<style>
span { border-color: #74DADB; }
span { border-color: rgb(116,218,219); }
td.TdClassName
{
border-color: #74DADB;
}
.TagClassName
{
border-color: #74DADB;
}
</style>