Shades of Turquoise Blue #77DDDE
Tints of Turquoise Blue #77DDDE
RGB
CMYK
RGB Variations
Color information
#77DDDE (or 0x77DDDE) is known color: Turquoise Blue. HEX triplet: 77, DD and DE. RGB value is (119,221,222). Sum of RGB (Red+Green+Blue) = 119+221+222=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #77DDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDDE is #882221. Grayscale: #BEBEBE. Windows color (decimal): -8921634 or 14605687. OLE color: 14605687.
HSL color Cylindrical-coordinate representation of color #77DDDE: hue angle of 180.58º 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 #77DDDE is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 222 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.13 |
| HSL | 180.58º | 0.61% | 0.67% | - |
| HSV(B) | 180.58º | 0.46% | 0.87% | - |
| XYZ | 46.65 | 60.91 | 78.41 | - |
| YUV | 190.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 222 | 0.46 | 0.00 | 0 | 0.13 | 180.58 | 0.61 | 0.67 |
| Hex | 77 | DD | DE | 2E | 0 | 0 | D | B5 | 3D | 43 |
| Octal | 167 | 335 | 336 | 56 | 0 | 0 | 15 | 265 | 75 | 103 |
| Binary | 1110111 | 11011101 | 11011110 | 101110 | 0 | 0 | 1101 | 10110101 | 111101 | 1000011 |
Color Harmonies of #77DDDE
Complementary color
Monochromatic Colors of #77DDDE
Black with #77DDDE
Text Example
Text Example
White with #77DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDDE; }
p { color: rgb(119,221,222); }
H1.HeaderClassName
{
color: #77DDDE;
}
.AnyTagClassName
{
color: #77DDDE;
}
</style>
background-color css
<style>
a { background-color: #77DDDE; }
a { background-color: rgb(119,221,222); }
div.DivClassName
{
background-color: #77DDDE;
}
.BgClassName
{
background-color: #77DDDE;
}
</style>
border-color css
<style>
span { border-color: #77DDDE; }
span { border-color: rgb(119,221,222); }
td.TdClassName
{
border-color: #77DDDE;
}
.TagClassName
{
border-color: #77DDDE;
}
</style>