Shades of Turquoise Blue #77E0FD
Tints of Turquoise Blue #77E0FD
RGB
CMYK
RGB Variations
Color information
#77E0FD (or 0x77E0FD) is known color: Turquoise Blue. HEX triplet: 77, E0 and FD. RGB value is (119,224,253). Sum of RGB (Red+Green+Blue) = 119+224+253=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #77E0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E0FD is #881F02. Grayscale: #C3C3C3. Windows color (decimal): -8920835 or 16638071. OLE color: 16638071.
HSL color Cylindrical-coordinate representation of color #77E0FD: hue angle of 192.99º 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 #77E0FD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 224 | 253 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.01 |
| HSL | 192.99º | 0.97% | 0.73% | - |
| HSV(B) | 192.99º | 0.53% | 0.99% | - |
| XYZ | 51.99 | 64.33 | 102.6 | - |
| YUV | 195.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 224 | 253 | 0.53 | 0.11 | 0 | 0.01 | 192.99 | 0.97 | 0.73 |
| Hex | 77 | E0 | FD | 35 | B | 0 | 1 | C1 | 61 | 49 |
| Octal | 167 | 340 | 375 | 65 | 13 | 0 | 1 | 301 | 141 | 111 |
| Binary | 1110111 | 11100000 | 11111101 | 110101 | 1011 | 0 | 1 | 11000001 | 1100001 | 1001001 |
Color Harmonies of #77E0FD
Complementary color
Monochromatic Colors of #77E0FD
Black with #77E0FD
Text Example
Text Example
White with #77E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E0FD; }
p { color: rgb(119,224,253); }
H1.HeaderClassName
{
color: #77E0FD;
}
.AnyTagClassName
{
color: #77E0FD;
}
</style>
background-color css
<style>
a { background-color: #77E0FD; }
a { background-color: rgb(119,224,253); }
div.DivClassName
{
background-color: #77E0FD;
}
.BgClassName
{
background-color: #77E0FD;
}
</style>
border-color css
<style>
span { border-color: #77E0FD; }
span { border-color: rgb(119,224,253); }
td.TdClassName
{
border-color: #77E0FD;
}
.TagClassName
{
border-color: #77E0FD;
}
</style>