Shades of Turquoise Blue #76DDDF
Tints of Turquoise Blue #76DDDF
RGB
CMYK
RGB Variations
Color information
#76DDDF (or 0x76DDDF) is known color: Turquoise Blue. HEX triplet: 76, DD and DF. RGB value is (118,221,223). Sum of RGB (Red+Green+Blue) = 118+221+223=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #76DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDDF is #892220. Grayscale: #BEBEBE. Windows color (decimal): -8987169 or 14671222. OLE color: 14671222.
HSL color Cylindrical-coordinate representation of color #76DDDF: hue angle of 181.14º 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 #76DDDF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 223 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.13 |
| HSL | 181.14º | 0.62% | 0.67% | - |
| HSV(B) | 181.14º | 0.47% | 0.87% | - |
| XYZ | 46.65 | 60.89 | 79.11 | - |
| YUV | 190.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 223 | 0.47 | 0.01 | 0 | 0.13 | 181.14 | 0.62 | 0.67 |
| Hex | 76 | DD | DF | 2F | 1 | 0 | D | B5 | 3E | 43 |
| Octal | 166 | 335 | 337 | 57 | 1 | 0 | 15 | 265 | 76 | 103 |
| Binary | 1110110 | 11011101 | 11011111 | 101111 | 1 | 0 | 1101 | 10110101 | 111110 | 1000011 |
Color Harmonies of #76DDDF
Complementary color
Monochromatic Colors of #76DDDF
Black with #76DDDF
Text Example
Text Example
White with #76DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDDF; }
p { color: rgb(118,221,223); }
H1.HeaderClassName
{
color: #76DDDF;
}
.AnyTagClassName
{
color: #76DDDF;
}
</style>
background-color css
<style>
a { background-color: #76DDDF; }
a { background-color: rgb(118,221,223); }
div.DivClassName
{
background-color: #76DDDF;
}
.BgClassName
{
background-color: #76DDDF;
}
</style>
border-color css
<style>
span { border-color: #76DDDF; }
span { border-color: rgb(118,221,223); }
td.TdClassName
{
border-color: #76DDDF;
}
.TagClassName
{
border-color: #76DDDF;
}
</style>