Shades of Turquoise Blue #77D3EB
Tints of Turquoise Blue #77D3EB
RGB
CMYK
RGB Variations
Color information
#77D3EB (or 0x77D3EB) is known color: Turquoise Blue. HEX triplet: 77, D3 and EB. RGB value is (119,211,235). Sum of RGB (Red+Green+Blue) = 119+211+235=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #77D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D3EB is #882C14. Grayscale: #BABABA. Windows color (decimal): -8924181 or 15455095. OLE color: 15455095.
HSL color Cylindrical-coordinate representation of color #77D3EB: hue angle of 192.41º 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 #77D3EB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 211 | 235 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.08 |
| HSL | 192.41º | 0.74% | 0.69% | - |
| HSV(B) | 192.41º | 0.49% | 0.92% | - |
| XYZ | 45.9 | 56.51 | 87.09 | - |
| YUV | 186.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 211 | 235 | 0.49 | 0.10 | 0 | 0.08 | 192.41 | 0.74 | 0.69 |
| Hex | 77 | D3 | EB | 31 | A | 0 | 8 | C0 | 4A | 45 |
| Octal | 167 | 323 | 353 | 61 | 12 | 0 | 10 | 300 | 112 | 105 |
| Binary | 1110111 | 11010011 | 11101011 | 110001 | 1010 | 0 | 1000 | 11000000 | 1001010 | 1000101 |
Color Harmonies of #77D3EB
Complementary color
Monochromatic Colors of #77D3EB
Black with #77D3EB
Text Example
Text Example
White with #77D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D3EB; }
p { color: rgb(119,211,235); }
H1.HeaderClassName
{
color: #77D3EB;
}
.AnyTagClassName
{
color: #77D3EB;
}
</style>
background-color css
<style>
a { background-color: #77D3EB; }
a { background-color: rgb(119,211,235); }
div.DivClassName
{
background-color: #77D3EB;
}
.BgClassName
{
background-color: #77D3EB;
}
</style>
border-color css
<style>
span { border-color: #77D3EB; }
span { border-color: rgb(119,211,235); }
td.TdClassName
{
border-color: #77D3EB;
}
.TagClassName
{
border-color: #77D3EB;
}
</style>