Shades of Turquoise Blue #77DEDF
Tints of Turquoise Blue #77DEDF
RGB
CMYK
RGB Variations
Color information
#77DEDF (or 0x77DEDF) is known color: Turquoise Blue. HEX triplet: 77, DE and DF. RGB value is (119,222,223). Sum of RGB (Red+Green+Blue) = 119+222+223=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #77DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEDF is #882120. Grayscale: #BFBFBF. Windows color (decimal): -8921377 or 14671479. OLE color: 14671479.
HSL color Cylindrical-coordinate representation of color #77DEDF: hue angle of 180.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77DEDF is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 223 | - |
| CMYK | 0.47 | 0.00 | 0 | 0.13 |
| HSL | 180.58º | 0.62% | 0.67% | - |
| HSV(B) | 180.58º | 0.47% | 0.87% | - |
| XYZ | 47.05 | 61.49 | 79.2 | - |
| YUV | 191.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 223 | 0.47 | 0.00 | 0 | 0.13 | 180.58 | 0.62 | 0.67 |
| Hex | 77 | DE | DF | 2F | 0 | 0 | D | B5 | 3E | 43 |
| Octal | 167 | 336 | 337 | 57 | 0 | 0 | 15 | 265 | 76 | 103 |
| Binary | 1110111 | 11011110 | 11011111 | 101111 | 0 | 0 | 1101 | 10110101 | 111110 | 1000011 |
Color Harmonies of #77DEDF
Complementary color
Monochromatic Colors of #77DEDF
Black with #77DEDF
Text Example
Text Example
White with #77DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DEDF; }
p { color: rgb(119,222,223); }
H1.HeaderClassName
{
color: #77DEDF;
}
.AnyTagClassName
{
color: #77DEDF;
}
</style>
background-color css
<style>
a { background-color: #77DEDF; }
a { background-color: rgb(119,222,223); }
div.DivClassName
{
background-color: #77DEDF;
}
.BgClassName
{
background-color: #77DEDF;
}
</style>
border-color css
<style>
span { border-color: #77DEDF; }
span { border-color: rgb(119,222,223); }
td.TdClassName
{
border-color: #77DEDF;
}
.TagClassName
{
border-color: #77DEDF;
}
</style>