Shades of Turquoise Blue #76DDE2
Tints of Turquoise Blue #76DDE2
RGB
CMYK
RGB Variations
Color information
#76DDE2 (or 0x76DDE2) is known color: Turquoise Blue. HEX triplet: 76, DD and E2. RGB value is (118,221,226). Sum of RGB (Red+Green+Blue) = 118+221+226=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #76DDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDE2 is #89221D. Grayscale: #BEBEBE. Windows color (decimal): -8987166 or 14867830. OLE color: 14867830.
HSL color Cylindrical-coordinate representation of color #76DDE2: hue angle of 182.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76DDE2 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 221 | 226 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.11 |
| HSL | 182.78º | 0.65% | 0.67% | - |
| HSV(B) | 182.78º | 0.48% | 0.89% | - |
| XYZ | 47.06 | 61.06 | 81.26 | - |
| YUV | 190.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 226 | 0.48 | 0.02 | 0 | 0.11 | 182.78 | 0.65 | 0.67 |
| Hex | 76 | DD | E2 | 30 | 2 | 0 | B | B7 | 41 | 43 |
| Octal | 166 | 335 | 342 | 60 | 2 | 0 | 13 | 267 | 101 | 103 |
| Binary | 1110110 | 11011101 | 11100010 | 110000 | 10 | 0 | 1011 | 10110111 | 1000001 | 1000011 |
Color Harmonies of #76DDE2
Complementary color
Monochromatic Colors of #76DDE2
Black with #76DDE2
Text Example
Text Example
White with #76DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDE2; }
p { color: rgb(118,221,226); }
H1.HeaderClassName
{
color: #76DDE2;
}
.AnyTagClassName
{
color: #76DDE2;
}
</style>
background-color css
<style>
a { background-color: #76DDE2; }
a { background-color: rgb(118,221,226); }
div.DivClassName
{
background-color: #76DDE2;
}
.BgClassName
{
background-color: #76DDE2;
}
</style>
border-color css
<style>
span { border-color: #76DDE2; }
span { border-color: rgb(118,221,226); }
td.TdClassName
{
border-color: #76DDE2;
}
.TagClassName
{
border-color: #76DDE2;
}
</style>