Shades of Turquoise Blue #79DFDD
Tints of Turquoise Blue #79DFDD
RGB
CMYK
RGB Variations
Color information
#79DFDD (or 0x79DFDD) is known color: Turquoise Blue. HEX triplet: 79, DF and DD. RGB value is (121,223,221). Sum of RGB (Red+Green+Blue) = 121+223+221=565 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.42% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #79DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DFDD is #862022. Grayscale: #C0C0C0. Windows color (decimal): -8790051 or 14540665. OLE color: 14540665.
HSL color Cylindrical-coordinate representation of color #79DFDD: hue angle of 178.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79DFDD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 223 | 221 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.13 |
| HSL | 178.82º | 0.61% | 0.67% | - |
| HSV(B) | 178.82º | 0.46% | 0.87% | - |
| XYZ | 47.32 | 62.06 | 77.89 | - |
| YUV | 192.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 223 | 221 | 0.46 | 0 | 0.01 | 0.13 | 178.82 | 0.61 | 0.67 |
| Hex | 79 | DF | DD | 2E | 0 | 1 | D | B3 | 3D | 43 |
| Octal | 171 | 337 | 335 | 56 | 0 | 1 | 15 | 263 | 75 | 103 |
| Binary | 1111001 | 11011111 | 11011101 | 101110 | 0 | 1 | 1101 | 10110011 | 111101 | 1000011 |
Color Harmonies of #79DFDD
Complementary color
Monochromatic Colors of #79DFDD
Black with #79DFDD
Text Example
Text Example
White with #79DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DFDD; }
p { color: rgb(121,223,221); }
H1.HeaderClassName
{
color: #79DFDD;
}
.AnyTagClassName
{
color: #79DFDD;
}
</style>
background-color css
<style>
a { background-color: #79DFDD; }
a { background-color: rgb(121,223,221); }
div.DivClassName
{
background-color: #79DFDD;
}
.BgClassName
{
background-color: #79DFDD;
}
</style>
border-color css
<style>
span { border-color: #79DFDD; }
span { border-color: rgb(121,223,221); }
td.TdClassName
{
border-color: #79DFDD;
}
.TagClassName
{
border-color: #79DFDD;
}
</style>