Shades of Turquoise Blue #76DCE0
Tints of Turquoise Blue #76DCE0
RGB
CMYK
RGB Variations
Color information
#76DCE0 (or 0x76DCE0) is known color: Turquoise Blue. HEX triplet: 76, DC and E0. RGB value is (118,220,224). Sum of RGB (Red+Green+Blue) = 118+220+224=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #76DCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCE0 is #89231F. Grayscale: #BDBDBD. Windows color (decimal): -8987424 or 14736502. OLE color: 14736502.
HSL color Cylindrical-coordinate representation of color #76DCE0: hue angle of 182.26º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DCE0 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 220 | 224 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.12 |
| HSL | 182.26º | 0.63% | 0.67% | - |
| HSV(B) | 182.26º | 0.47% | 0.88% | - |
| XYZ | 46.52 | 60.42 | 79.73 | - |
| YUV | 189.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 224 | 0.47 | 0.02 | 0 | 0.12 | 182.26 | 0.63 | 0.67 |
| Hex | 76 | DC | E0 | 2F | 2 | 0 | C | B6 | 3F | 43 |
| Octal | 166 | 334 | 340 | 57 | 2 | 0 | 14 | 266 | 77 | 103 |
| Binary | 1110110 | 11011100 | 11100000 | 101111 | 10 | 0 | 1100 | 10110110 | 111111 | 1000011 |
Color Harmonies of #76DCE0
Complementary color
Monochromatic Colors of #76DCE0
Black with #76DCE0
Text Example
Text Example
White with #76DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCE0; }
p { color: rgb(118,220,224); }
H1.HeaderClassName
{
color: #76DCE0;
}
.AnyTagClassName
{
color: #76DCE0;
}
</style>
background-color css
<style>
a { background-color: #76DCE0; }
a { background-color: rgb(118,220,224); }
div.DivClassName
{
background-color: #76DCE0;
}
.BgClassName
{
background-color: #76DCE0;
}
</style>
border-color css
<style>
span { border-color: #76DCE0; }
span { border-color: rgb(118,220,224); }
td.TdClassName
{
border-color: #76DCE0;
}
.TagClassName
{
border-color: #76DCE0;
}
</style>