Shades of Turquoise Blue #77DCE3
Tints of Turquoise Blue #77DCE3
RGB
CMYK
RGB Variations
Color information
#77DCE3 (or 0x77DCE3) is known color: Turquoise Blue. HEX triplet: 77, DC and E3. RGB value is (119,220,227). Sum of RGB (Red+Green+Blue) = 119+220+227=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #77DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCE3 is #88231C. Grayscale: #BEBEBE. Windows color (decimal): -8921885 or 14933111. OLE color: 14933111.
HSL color Cylindrical-coordinate representation of color #77DCE3: hue angle of 183.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77DCE3 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 220 | 227 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.11 |
| HSL | 183.89º | 0.66% | 0.68% | - |
| HSV(B) | 183.89º | 0.48% | 0.89% | - |
| XYZ | 47.07 | 60.65 | 81.9 | - |
| YUV | 190.6 | 148.54 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 227 | 0.48 | 0.03 | 0 | 0.11 | 183.89 | 0.66 | 0.68 |
| Hex | 77 | DC | E3 | 30 | 3 | 0 | B | B8 | 42 | 44 |
| Octal | 167 | 334 | 343 | 60 | 3 | 0 | 13 | 270 | 102 | 104 |
| Binary | 1110111 | 11011100 | 11100011 | 110000 | 11 | 0 | 1011 | 10111000 | 1000010 | 1000100 |
Color Harmonies of #77DCE3
Complementary color
Monochromatic Colors of #77DCE3
Black with #77DCE3
Text Example
Text Example
White with #77DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCE3; }
p { color: rgb(119,220,227); }
H1.HeaderClassName
{
color: #77DCE3;
}
.AnyTagClassName
{
color: #77DCE3;
}
</style>
background-color css
<style>
a { background-color: #77DCE3; }
a { background-color: rgb(119,220,227); }
div.DivClassName
{
background-color: #77DCE3;
}
.BgClassName
{
background-color: #77DCE3;
}
</style>
border-color css
<style>
span { border-color: #77DCE3; }
span { border-color: rgb(119,220,227); }
td.TdClassName
{
border-color: #77DCE3;
}
.TagClassName
{
border-color: #77DCE3;
}
</style>