Shades of Turquoise Blue #77DFFB
Tints of Turquoise Blue #77DFFB
RGB
CMYK
RGB Variations
Color information
#77DFFB (or 0x77DFFB) is known color: Turquoise Blue. HEX triplet: 77, DF and FB. RGB value is (119,223,251). Sum of RGB (Red+Green+Blue) = 119+223+251=593 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.07% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #77DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DFFB is #882004. Grayscale: #C2C2C2. Windows color (decimal): -8921093 or 16506743. OLE color: 16506743.
HSL color Cylindrical-coordinate representation of color #77DFFB: hue angle of 192.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DFFB is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 223 | 251 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.02 |
| HSL | 192.73º | 0.94% | 0.73% | - |
| HSV(B) | 192.73º | 0.53% | 0.98% | - |
| XYZ | 51.41 | 63.66 | 100.85 | - |
| YUV | 195.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 223 | 251 | 0.53 | 0.11 | 0 | 0.02 | 192.73 | 0.94 | 0.73 |
| Hex | 77 | DF | FB | 35 | B | 0 | 2 | C1 | 5E | 49 |
| Octal | 167 | 337 | 373 | 65 | 13 | 0 | 2 | 301 | 136 | 111 |
| Binary | 1110111 | 11011111 | 11111011 | 110101 | 1011 | 0 | 10 | 11000001 | 1011110 | 1001001 |
Color Harmonies of #77DFFB
Complementary color
Monochromatic Colors of #77DFFB
Black with #77DFFB
Text Example
Text Example
White with #77DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DFFB; }
p { color: rgb(119,223,251); }
H1.HeaderClassName
{
color: #77DFFB;
}
.AnyTagClassName
{
color: #77DFFB;
}
</style>
background-color css
<style>
a { background-color: #77DFFB; }
a { background-color: rgb(119,223,251); }
div.DivClassName
{
background-color: #77DFFB;
}
.BgClassName
{
background-color: #77DFFB;
}
</style>
border-color css
<style>
span { border-color: #77DFFB; }
span { border-color: rgb(119,223,251); }
td.TdClassName
{
border-color: #77DFFB;
}
.TagClassName
{
border-color: #77DFFB;
}
</style>