Shades of Turquoise Blue #77D7EA
Tints of Turquoise Blue #77D7EA
RGB
CMYK
RGB Variations
Color information
#77D7EA (or 0x77D7EA) is known color: Turquoise Blue. HEX triplet: 77, D7 and EA. RGB value is (119,215,234). Sum of RGB (Red+Green+Blue) = 119+215+234=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #77D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D7EA is #882815. Grayscale: #BCBCBC. Windows color (decimal): -8923158 or 15390583. OLE color: 15390583.
HSL color Cylindrical-coordinate representation of color #77D7EA: hue angle of 189.91º degrees, saturation: 0.73, 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 #77D7EA is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 215 | 234 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.08 |
| HSL | 189.91º | 0.73% | 0.69% | - |
| HSV(B) | 189.91º | 0.49% | 0.92% | - |
| XYZ | 46.76 | 58.46 | 86.66 | - |
| YUV | 188.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 215 | 234 | 0.49 | 0.08 | 0 | 0.08 | 189.91 | 0.73 | 0.69 |
| Hex | 77 | D7 | EA | 31 | 8 | 0 | 8 | BE | 49 | 45 |
| Octal | 167 | 327 | 352 | 61 | 10 | 0 | 10 | 276 | 111 | 105 |
| Binary | 1110111 | 11010111 | 11101010 | 110001 | 1000 | 0 | 1000 | 10111110 | 1001001 | 1000101 |
Color Harmonies of #77D7EA
Complementary color
Monochromatic Colors of #77D7EA
Black with #77D7EA
Text Example
Text Example
White with #77D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D7EA; }
p { color: rgb(119,215,234); }
H1.HeaderClassName
{
color: #77D7EA;
}
.AnyTagClassName
{
color: #77D7EA;
}
</style>
background-color css
<style>
a { background-color: #77D7EA; }
a { background-color: rgb(119,215,234); }
div.DivClassName
{
background-color: #77D7EA;
}
.BgClassName
{
background-color: #77D7EA;
}
</style>
border-color css
<style>
span { border-color: #77D7EA; }
span { border-color: rgb(119,215,234); }
td.TdClassName
{
border-color: #77D7EA;
}
.TagClassName
{
border-color: #77D7EA;
}
</style>