Shades of Turquoise Blue #77DCEB
Tints of Turquoise Blue #77DCEB
RGB
CMYK
RGB Variations
Color information
#77DCEB (or 0x77DCEB) is known color: Turquoise Blue. HEX triplet: 77, DC and EB. RGB value is (119,220,235). Sum of RGB (Red+Green+Blue) = 119+220+235=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #77DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DCEB is #882314. Grayscale: #BFBFBF. Windows color (decimal): -8921877 or 15457399. OLE color: 15457399.
HSL color Cylindrical-coordinate representation of color #77DCEB: hue angle of 187.76º degrees, saturation: 0.74, 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 #77DCEB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 220 | 235 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.08 |
| HSL | 187.76º | 0.74% | 0.69% | - |
| HSV(B) | 187.76º | 0.49% | 0.92% | - |
| XYZ | 48.2 | 61.11 | 87.85 | - |
| YUV | 191.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 235 | 0.49 | 0.06 | 0 | 0.08 | 187.76 | 0.74 | 0.69 |
| Hex | 77 | DC | EB | 31 | 6 | 0 | 8 | BC | 4A | 45 |
| Octal | 167 | 334 | 353 | 61 | 6 | 0 | 10 | 274 | 112 | 105 |
| Binary | 1110111 | 11011100 | 11101011 | 110001 | 110 | 0 | 1000 | 10111100 | 1001010 | 1000101 |
Color Harmonies of #77DCEB
Complementary color
Monochromatic Colors of #77DCEB
Black with #77DCEB
Text Example
Text Example
White with #77DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCEB; }
p { color: rgb(119,220,235); }
H1.HeaderClassName
{
color: #77DCEB;
}
.AnyTagClassName
{
color: #77DCEB;
}
</style>
background-color css
<style>
a { background-color: #77DCEB; }
a { background-color: rgb(119,220,235); }
div.DivClassName
{
background-color: #77DCEB;
}
.BgClassName
{
background-color: #77DCEB;
}
</style>
border-color css
<style>
span { border-color: #77DCEB; }
span { border-color: rgb(119,220,235); }
td.TdClassName
{
border-color: #77DCEB;
}
.TagClassName
{
border-color: #77DCEB;
}
</style>