Shades of Turquoise Blue #77DDEA
Tints of Turquoise Blue #77DDEA
RGB
CMYK
RGB Variations
Color information
#77DDEA (or 0x77DDEA) is known color: Turquoise Blue. HEX triplet: 77, DD and EA. RGB value is (119,221,234). Sum of RGB (Red+Green+Blue) = 119+221+234=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #77DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DDEA is #882215. Grayscale: #BFBFBF. Windows color (decimal): -8921622 or 15392119. OLE color: 15392119.
HSL color Cylindrical-coordinate representation of color #77DDEA: hue angle of 186.78º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77DDEA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 221 | 234 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.08 |
| HSL | 186.78º | 0.73% | 0.69% | - |
| HSV(B) | 186.78º | 0.49% | 0.92% | - |
| XYZ | 48.32 | 61.58 | 87.18 | - |
| YUV | 191.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 234 | 0.49 | 0.06 | 0 | 0.08 | 186.78 | 0.73 | 0.69 |
| Hex | 77 | DD | EA | 31 | 6 | 0 | 8 | BB | 49 | 45 |
| Octal | 167 | 335 | 352 | 61 | 6 | 0 | 10 | 273 | 111 | 105 |
| Binary | 1110111 | 11011101 | 11101010 | 110001 | 110 | 0 | 1000 | 10111011 | 1001001 | 1000101 |
Color Harmonies of #77DDEA
Complementary color
Monochromatic Colors of #77DDEA
Black with #77DDEA
Text Example
Text Example
White with #77DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDEA; }
p { color: rgb(119,221,234); }
H1.HeaderClassName
{
color: #77DDEA;
}
.AnyTagClassName
{
color: #77DDEA;
}
</style>
background-color css
<style>
a { background-color: #77DDEA; }
a { background-color: rgb(119,221,234); }
div.DivClassName
{
background-color: #77DDEA;
}
.BgClassName
{
background-color: #77DDEA;
}
</style>
border-color css
<style>
span { border-color: #77DDEA; }
span { border-color: rgb(119,221,234); }
td.TdClassName
{
border-color: #77DDEA;
}
.TagClassName
{
border-color: #77DDEA;
}
</style>