Shades of Turquoise Blue #76DCDF
Tints of Turquoise Blue #76DCDF
RGB
CMYK
RGB Variations
Color information
#76DCDF (or 0x76DCDF) is known color: Turquoise Blue. HEX triplet: 76, DC and DF. RGB value is (118,220,223). Sum of RGB (Red+Green+Blue) = 118+220+223=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #76DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCDF is #892320. Grayscale: #BDBDBD. Windows color (decimal): -8987425 or 14670966. OLE color: 14670966.
HSL color Cylindrical-coordinate representation of color #76DCDF: hue angle of 181.71º 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 #76DCDF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 220 | 223 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.13 |
| HSL | 181.71º | 0.62% | 0.67% | - |
| HSV(B) | 181.71º | 0.47% | 0.87% | - |
| XYZ | 46.38 | 60.37 | 79.02 | - |
| YUV | 189.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 223 | 0.47 | 0.01 | 0 | 0.13 | 181.71 | 0.62 | 0.67 |
| Hex | 76 | DC | DF | 2F | 1 | 0 | D | B6 | 3E | 43 |
| Octal | 166 | 334 | 337 | 57 | 1 | 0 | 15 | 266 | 76 | 103 |
| Binary | 1110110 | 11011100 | 11011111 | 101111 | 1 | 0 | 1101 | 10110110 | 111110 | 1000011 |
Color Harmonies of #76DCDF
Complementary color
Monochromatic Colors of #76DCDF
Black with #76DCDF
Text Example
Text Example
White with #76DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCDF; }
p { color: rgb(118,220,223); }
H1.HeaderClassName
{
color: #76DCDF;
}
.AnyTagClassName
{
color: #76DCDF;
}
</style>
background-color css
<style>
a { background-color: #76DCDF; }
a { background-color: rgb(118,220,223); }
div.DivClassName
{
background-color: #76DCDF;
}
.BgClassName
{
background-color: #76DCDF;
}
</style>
border-color css
<style>
span { border-color: #76DCDF; }
span { border-color: rgb(118,220,223); }
td.TdClassName
{
border-color: #76DCDF;
}
.TagClassName
{
border-color: #76DCDF;
}
</style>