Shades of Turquoise Blue #74DDF9
Tints of Turquoise Blue #74DDF9
RGB
CMYK
RGB Variations
Color information
#74DDF9 (or 0x74DDF9) is known color: Turquoise Blue. HEX triplet: 74, DD and F9. RGB value is (116,221,249). Sum of RGB (Red+Green+Blue) = 116+221+249=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #74DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDF9 is #8B2206. Grayscale: #C0C0C0. Windows color (decimal): -9118215 or 16375156. OLE color: 16375156.
HSL color Cylindrical-coordinate representation of color #74DDF9: hue angle of 192.63º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74DDF9 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 221 | 249 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.02 |
| HSL | 192.63º | 0.92% | 0.72% | - |
| HSV(B) | 192.63º | 0.53% | 0.98% | - |
| XYZ | 50.16 | 62.27 | 99 | - |
| YUV | 192.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 249 | 0.53 | 0.11 | 0 | 0.02 | 192.63 | 0.92 | 0.72 |
| Hex | 74 | DD | F9 | 35 | B | 0 | 2 | C1 | 5C | 48 |
| Octal | 164 | 335 | 371 | 65 | 13 | 0 | 2 | 301 | 134 | 110 |
| Binary | 1110100 | 11011101 | 11111001 | 110101 | 1011 | 0 | 10 | 11000001 | 1011100 | 1001000 |
Color Harmonies of #74DDF9
Complementary color
Monochromatic Colors of #74DDF9
Black with #74DDF9
Text Example
Text Example
White with #74DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDF9; }
p { color: rgb(116,221,249); }
H1.HeaderClassName
{
color: #74DDF9;
}
.AnyTagClassName
{
color: #74DDF9;
}
</style>
background-color css
<style>
a { background-color: #74DDF9; }
a { background-color: rgb(116,221,249); }
div.DivClassName
{
background-color: #74DDF9;
}
.BgClassName
{
background-color: #74DDF9;
}
</style>
border-color css
<style>
span { border-color: #74DDF9; }
span { border-color: rgb(116,221,249); }
td.TdClassName
{
border-color: #74DDF9;
}
.TagClassName
{
border-color: #74DDF9;
}
</style>