Shades of Turquoise Blue #76DDF8
Tints of Turquoise Blue #76DDF8
RGB
CMYK
RGB Variations
Color information
#76DDF8 (or 0x76DDF8) is known color: Turquoise Blue. HEX triplet: 76, DD and F8. RGB value is (118,221,248). Sum of RGB (Red+Green+Blue) = 118+221+248=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #76DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DDF8 is #892207. Grayscale: #C1C1C1. Windows color (decimal): -8987144 or 16309622. OLE color: 16309622.
HSL color Cylindrical-coordinate representation of color #76DDF8: hue angle of 192.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DDF8 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 221 | 248 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.03 |
| HSL | 192.46º | 0.9% | 0.72% | - |
| HSV(B) | 192.46º | 0.52% | 0.97% | - |
| XYZ | 50.27 | 62.34 | 98.19 | - |
| YUV | 193.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 248 | 0.52 | 0.11 | 0 | 0.03 | 192.46 | 0.9 | 0.72 |
| Hex | 76 | DD | F8 | 34 | B | 0 | 3 | C0 | 5A | 48 |
| Octal | 166 | 335 | 370 | 64 | 13 | 0 | 3 | 300 | 132 | 110 |
| Binary | 1110110 | 11011101 | 11111000 | 110100 | 1011 | 0 | 11 | 11000000 | 1011010 | 1001000 |
Color Harmonies of #76DDF8
Complementary color
Monochromatic Colors of #76DDF8
Black with #76DDF8
Text Example
Text Example
White with #76DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDF8; }
p { color: rgb(118,221,248); }
H1.HeaderClassName
{
color: #76DDF8;
}
.AnyTagClassName
{
color: #76DDF8;
}
</style>
background-color css
<style>
a { background-color: #76DDF8; }
a { background-color: rgb(118,221,248); }
div.DivClassName
{
background-color: #76DDF8;
}
.BgClassName
{
background-color: #76DDF8;
}
</style>
border-color css
<style>
span { border-color: #76DDF8; }
span { border-color: rgb(118,221,248); }
td.TdClassName
{
border-color: #76DDF8;
}
.TagClassName
{
border-color: #76DDF8;
}
</style>