Shades of Turquoise Blue #74D9DD
Tints of Turquoise Blue #74D9DD
RGB
CMYK
RGB Variations
Color information
#74D9DD (or 0x74D9DD) is known color: Turquoise Blue. HEX triplet: 74, D9 and DD. RGB value is (116,217,221). Sum of RGB (Red+Green+Blue) = 116+217+221=554 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.94% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #74D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D9DD is #8B2622. Grayscale: #BBBBBB. Windows color (decimal): -9119267 or 14539124. OLE color: 14539124.
HSL color Cylindrical-coordinate representation of color #74D9DD: hue angle of 182.29º 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 #74D9DD is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 217 | 221 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.13 |
| HSL | 182.29º | 0.61% | 0.66% | - |
| HSV(B) | 182.29º | 0.48% | 0.87% | - |
| XYZ | 45.07 | 58.56 | 77.33 | - |
| YUV | 187.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 221 | 0.48 | 0.02 | 0 | 0.13 | 182.29 | 0.61 | 0.66 |
| Hex | 74 | D9 | DD | 30 | 2 | 0 | D | B6 | 3D | 42 |
| Octal | 164 | 331 | 335 | 60 | 2 | 0 | 15 | 266 | 75 | 102 |
| Binary | 1110100 | 11011001 | 11011101 | 110000 | 10 | 0 | 1101 | 10110110 | 111101 | 1000010 |
Color Harmonies of #74D9DD
Complementary color
Monochromatic Colors of #74D9DD
Black with #74D9DD
Text Example
Text Example
White with #74D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D9DD; }
p { color: rgb(116,217,221); }
H1.HeaderClassName
{
color: #74D9DD;
}
.AnyTagClassName
{
color: #74D9DD;
}
</style>
background-color css
<style>
a { background-color: #74D9DD; }
a { background-color: rgb(116,217,221); }
div.DivClassName
{
background-color: #74D9DD;
}
.BgClassName
{
background-color: #74D9DD;
}
</style>
border-color css
<style>
span { border-color: #74D9DD; }
span { border-color: rgb(116,217,221); }
td.TdClassName
{
border-color: #74D9DD;
}
.TagClassName
{
border-color: #74D9DD;
}
</style>