Shades of Turquoise Blue #77E2FD
Tints of Turquoise Blue #77E2FD
RGB
CMYK
RGB Variations
Color information
#77E2FD (or 0x77E2FD) is known color: Turquoise Blue. HEX triplet: 77, E2 and FD. RGB value is (119,226,253). Sum of RGB (Red+Green+Blue) = 119+226+253=598 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.90% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #77E2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E2FD is #881D02. Grayscale: #C4C4C4. Windows color (decimal): -8920323 or 16638583. OLE color: 16638583.
HSL color Cylindrical-coordinate representation of color #77E2FD: hue angle of 192.09º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77E2FD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 226 | 253 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.01 |
| HSL | 192.09º | 0.97% | 0.73% | - |
| HSV(B) | 192.09º | 0.53% | 0.99% | - |
| XYZ | 52.53 | 65.41 | 102.78 | - |
| YUV | 197.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 226 | 253 | 0.53 | 0.11 | 0 | 0.01 | 192.09 | 0.97 | 0.73 |
| Hex | 77 | E2 | FD | 35 | B | 0 | 1 | C0 | 61 | 49 |
| Octal | 167 | 342 | 375 | 65 | 13 | 0 | 1 | 300 | 141 | 111 |
| Binary | 1110111 | 11100010 | 11111101 | 110101 | 1011 | 0 | 1 | 11000000 | 1100001 | 1001001 |
Color Harmonies of #77E2FD
Complementary color
Monochromatic Colors of #77E2FD
Black with #77E2FD
Text Example
Text Example
White with #77E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E2FD; }
p { color: rgb(119,226,253); }
H1.HeaderClassName
{
color: #77E2FD;
}
.AnyTagClassName
{
color: #77E2FD;
}
</style>
background-color css
<style>
a { background-color: #77E2FD; }
a { background-color: rgb(119,226,253); }
div.DivClassName
{
background-color: #77E2FD;
}
.BgClassName
{
background-color: #77E2FD;
}
</style>
border-color css
<style>
span { border-color: #77E2FD; }
span { border-color: rgb(119,226,253); }
td.TdClassName
{
border-color: #77E2FD;
}
.TagClassName
{
border-color: #77E2FD;
}
</style>