Shades of Turquoise Blue #74DCDD
Tints of Turquoise Blue #74DCDD
RGB
CMYK
RGB Variations
Color information
#74DCDD (or 0x74DCDD) is known color: Turquoise Blue. HEX triplet: 74, DC and DD. RGB value is (116,220,221). Sum of RGB (Red+Green+Blue) = 116+220+221=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #74DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCDD is #8B2322. Grayscale: #BCBCBC. Windows color (decimal): -9118499 or 14539892. OLE color: 14539892.
HSL color Cylindrical-coordinate representation of color #74DCDD: hue angle of 180.57º 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 #74DCDD is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 220 | 221 | - |
| CMYK | 0.48 | 0.00 | 0 | 0.13 |
| HSL | 180.57º | 0.61% | 0.66% | - |
| HSV(B) | 180.57º | 0.48% | 0.87% | - |
| XYZ | 45.85 | 60.12 | 77.59 | - |
| YUV | 189.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 221 | 0.48 | 0.00 | 0 | 0.13 | 180.57 | 0.61 | 0.66 |
| Hex | 74 | DC | DD | 30 | 0 | 0 | D | B5 | 3D | 42 |
| Octal | 164 | 334 | 335 | 60 | 0 | 0 | 15 | 265 | 75 | 102 |
| Binary | 1110100 | 11011100 | 11011101 | 110000 | 0 | 0 | 1101 | 10110101 | 111101 | 1000010 |
Color Harmonies of #74DCDD
Complementary color
Monochromatic Colors of #74DCDD
Black with #74DCDD
Text Example
Text Example
White with #74DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCDD; }
p { color: rgb(116,220,221); }
H1.HeaderClassName
{
color: #74DCDD;
}
.AnyTagClassName
{
color: #74DCDD;
}
</style>
background-color css
<style>
a { background-color: #74DCDD; }
a { background-color: rgb(116,220,221); }
div.DivClassName
{
background-color: #74DCDD;
}
.BgClassName
{
background-color: #74DCDD;
}
</style>
border-color css
<style>
span { border-color: #74DCDD; }
span { border-color: rgb(116,220,221); }
td.TdClassName
{
border-color: #74DCDD;
}
.TagClassName
{
border-color: #74DCDD;
}
</style>