Shades of Turquoise Blue #74DCDA
Tints of Turquoise Blue #74DCDA
RGB
CMYK
RGB Variations
Color information
#74DCDA (or 0x74DCDA) is known color: Turquoise Blue. HEX triplet: 74, DC and DA. RGB value is (116,220,218). Sum of RGB (Red+Green+Blue) = 116+220+218=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCDA is #8B2325. Grayscale: #BCBCBC. Windows color (decimal): -9118502 or 14343284. OLE color: 14343284.
HSL color Cylindrical-coordinate representation of color #74DCDA: hue angle of 178.85º 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 #74DCDA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 218 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.14 |
| HSL | 178.85º | 0.6% | 0.66% | - |
| HSV(B) | 178.85º | 0.47% | 0.86% | - |
| XYZ | 45.45 | 59.96 | 75.51 | - |
| YUV | 188.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 218 | 0.47 | 0 | 0.01 | 0.14 | 178.85 | 0.6 | 0.66 |
| Hex | 74 | DC | DA | 2F | 0 | 1 | E | B3 | 3C | 42 |
| Octal | 164 | 334 | 332 | 57 | 0 | 1 | 16 | 263 | 74 | 102 |
| Binary | 1110100 | 11011100 | 11011010 | 101111 | 0 | 1 | 1110 | 10110011 | 111100 | 1000010 |
Color Harmonies of #74DCDA
Complementary color
Monochromatic Colors of #74DCDA
Black with #74DCDA
Text Example
Text Example
White with #74DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCDA; }
p { color: rgb(116,220,218); }
H1.HeaderClassName
{
color: #74DCDA;
}
.AnyTagClassName
{
color: #74DCDA;
}
</style>
background-color css
<style>
a { background-color: #74DCDA; }
a { background-color: rgb(116,220,218); }
div.DivClassName
{
background-color: #74DCDA;
}
.BgClassName
{
background-color: #74DCDA;
}
</style>
border-color css
<style>
span { border-color: #74DCDA; }
span { border-color: rgb(116,220,218); }
td.TdClassName
{
border-color: #74DCDA;
}
.TagClassName
{
border-color: #74DCDA;
}
</style>