Shades of Turquoise Blue #76DFE7
Tints of Turquoise Blue #76DFE7
RGB
CMYK
RGB Variations
Color information
#76DFE7 (or 0x76DFE7) is known color: Turquoise Blue. HEX triplet: 76, DF and E7. RGB value is (118,223,231). Sum of RGB (Red+Green+Blue) = 118+223+231=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #76DFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFE7 is #892018. Grayscale: #C0C0C0. Windows color (decimal): -8986649 or 15196022. OLE color: 15196022.
HSL color Cylindrical-coordinate representation of color #76DFE7: hue angle of 184.25º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DFE7 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 223 | 231 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.09 |
| HSL | 184.25º | 0.7% | 0.68% | - |
| HSV(B) | 184.25º | 0.49% | 0.91% | - |
| XYZ | 48.28 | 62.4 | 85.1 | - |
| YUV | 192.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 231 | 0.49 | 0.03 | 0 | 0.09 | 184.25 | 0.7 | 0.68 |
| Hex | 76 | DF | E7 | 31 | 3 | 0 | 9 | B8 | 46 | 44 |
| Octal | 166 | 337 | 347 | 61 | 3 | 0 | 11 | 270 | 106 | 104 |
| Binary | 1110110 | 11011111 | 11100111 | 110001 | 11 | 0 | 1001 | 10111000 | 1000110 | 1000100 |
Color Harmonies of #76DFE7
Complementary color
Monochromatic Colors of #76DFE7
Black with #76DFE7
Text Example
Text Example
White with #76DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFE7; }
p { color: rgb(118,223,231); }
H1.HeaderClassName
{
color: #76DFE7;
}
.AnyTagClassName
{
color: #76DFE7;
}
</style>
background-color css
<style>
a { background-color: #76DFE7; }
a { background-color: rgb(118,223,231); }
div.DivClassName
{
background-color: #76DFE7;
}
.BgClassName
{
background-color: #76DFE7;
}
</style>
border-color css
<style>
span { border-color: #76DFE7; }
span { border-color: rgb(118,223,231); }
td.TdClassName
{
border-color: #76DFE7;
}
.TagClassName
{
border-color: #76DFE7;
}
</style>