Shades of Turquoise Blue #76DCE3
Tints of Turquoise Blue #76DCE3
RGB
CMYK
RGB Variations
Color information
#76DCE3 (or 0x76DCE3) is known color: Turquoise Blue. HEX triplet: 76, DC and E3. RGB value is (118,220,227). Sum of RGB (Red+Green+Blue) = 118+220+227=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #76DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCE3 is #89231C. Grayscale: #BEBEBE. Windows color (decimal): -8987421 or 14933110. OLE color: 14933110.
HSL color Cylindrical-coordinate representation of color #76DCE3: hue angle of 183.85º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76DCE3 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 220 | 227 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.11 |
| HSL | 183.85º | 0.66% | 0.68% | - |
| HSV(B) | 183.85º | 0.48% | 0.89% | - |
| XYZ | 46.93 | 60.58 | 81.89 | - |
| YUV | 190.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 227 | 0.48 | 0.03 | 0 | 0.11 | 183.85 | 0.66 | 0.68 |
| Hex | 76 | DC | E3 | 30 | 3 | 0 | B | B8 | 42 | 44 |
| Octal | 166 | 334 | 343 | 60 | 3 | 0 | 13 | 270 | 102 | 104 |
| Binary | 1110110 | 11011100 | 11100011 | 110000 | 11 | 0 | 1011 | 10111000 | 1000010 | 1000100 |
Color Harmonies of #76DCE3
Complementary color
Monochromatic Colors of #76DCE3
Black with #76DCE3
Text Example
Text Example
White with #76DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCE3; }
p { color: rgb(118,220,227); }
H1.HeaderClassName
{
color: #76DCE3;
}
.AnyTagClassName
{
color: #76DCE3;
}
</style>
background-color css
<style>
a { background-color: #76DCE3; }
a { background-color: rgb(118,220,227); }
div.DivClassName
{
background-color: #76DCE3;
}
.BgClassName
{
background-color: #76DCE3;
}
</style>
border-color css
<style>
span { border-color: #76DCE3; }
span { border-color: rgb(118,220,227); }
td.TdClassName
{
border-color: #76DCE3;
}
.TagClassName
{
border-color: #76DCE3;
}
</style>