Shades of Turquoise Blue #77DCEA
Tints of Turquoise Blue #77DCEA
RGB
CMYK
RGB Variations
Color information
#77DCEA (or 0x77DCEA) is known color: Turquoise Blue. HEX triplet: 77, DC and EA. RGB value is (119,220,234). Sum of RGB (Red+Green+Blue) = 119+220+234=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #77DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCEA is #882315. Grayscale: #BFBFBF. Windows color (decimal): -8921878 or 15391863. OLE color: 15391863.
HSL color Cylindrical-coordinate representation of color #77DCEA: hue angle of 187.3º 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 #77DCEA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 220 | 234 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.08 |
| HSL | 187.3º | 0.73% | 0.69% | - |
| HSV(B) | 187.3º | 0.49% | 0.92% | - |
| XYZ | 48.05 | 61.05 | 87.09 | - |
| YUV | 191.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 234 | 0.49 | 0.06 | 0 | 0.08 | 187.3 | 0.73 | 0.69 |
| Hex | 77 | DC | EA | 31 | 6 | 0 | 8 | BB | 49 | 45 |
| Octal | 167 | 334 | 352 | 61 | 6 | 0 | 10 | 273 | 111 | 105 |
| Binary | 1110111 | 11011100 | 11101010 | 110001 | 110 | 0 | 1000 | 10111011 | 1001001 | 1000101 |
Color Harmonies of #77DCEA
Complementary color
Monochromatic Colors of #77DCEA
Black with #77DCEA
Text Example
Text Example
White with #77DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCEA; }
p { color: rgb(119,220,234); }
H1.HeaderClassName
{
color: #77DCEA;
}
.AnyTagClassName
{
color: #77DCEA;
}
</style>
background-color css
<style>
a { background-color: #77DCEA; }
a { background-color: rgb(119,220,234); }
div.DivClassName
{
background-color: #77DCEA;
}
.BgClassName
{
background-color: #77DCEA;
}
</style>
border-color css
<style>
span { border-color: #77DCEA; }
span { border-color: rgb(119,220,234); }
td.TdClassName
{
border-color: #77DCEA;
}
.TagClassName
{
border-color: #77DCEA;
}
</style>