Shades of Turquoise Blue #74DCDB
Tints of Turquoise Blue #74DCDB
RGB
CMYK
RGB Variations
Color information
#74DCDB (or 0x74DCDB) is known color: Turquoise Blue. HEX triplet: 74, DC and DB. RGB value is (116,220,219). Sum of RGB (Red+Green+Blue) = 116+220+219=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCDB is #8B2324. Grayscale: #BCBCBC. Windows color (decimal): -9118501 or 14408820. OLE color: 14408820.
HSL color Cylindrical-coordinate representation of color #74DCDB: hue angle of 179.42º 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 #74DCDB is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 219 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.14 |
| HSL | 179.42º | 0.6% | 0.66% | - |
| HSV(B) | 179.42º | 0.47% | 0.86% | - |
| XYZ | 45.58 | 60.01 | 76.2 | - |
| YUV | 188.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 219 | 0.47 | 0 | 0.00 | 0.14 | 179.42 | 0.6 | 0.66 |
| Hex | 74 | DC | DB | 2F | 0 | 0 | E | B3 | 3C | 42 |
| Octal | 164 | 334 | 333 | 57 | 0 | 0 | 16 | 263 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11011011 | 101111 | 0 | 0 | 1110 | 10110011 | 111100 | 1000010 |
Color Harmonies of #74DCDB
Complementary color
Monochromatic Colors of #74DCDB
Black with #74DCDB
Text Example
Text Example
White with #74DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCDB; }
p { color: rgb(116,220,219); }
H1.HeaderClassName
{
color: #74DCDB;
}
.AnyTagClassName
{
color: #74DCDB;
}
</style>
background-color css
<style>
a { background-color: #74DCDB; }
a { background-color: rgb(116,220,219); }
div.DivClassName
{
background-color: #74DCDB;
}
.BgClassName
{
background-color: #74DCDB;
}
</style>
border-color css
<style>
span { border-color: #74DCDB; }
span { border-color: rgb(116,220,219); }
td.TdClassName
{
border-color: #74DCDB;
}
.TagClassName
{
border-color: #74DCDB;
}
</style>