Shades of Turquoise Blue #76DFFE
Tints of Turquoise Blue #76DFFE
RGB
CMYK
RGB Variations
Color information
#76DFFE (or 0x76DFFE) is known color: Turquoise Blue. HEX triplet: 76, DF and FE. RGB value is (118,223,254). Sum of RGB (Red+Green+Blue) = 118+223+254=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #76DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFFE is #892001. Grayscale: #C2C2C2. Windows color (decimal): -8986626 or 16703350. OLE color: 16703350.
HSL color Cylindrical-coordinate representation of color #76DFFE: hue angle of 193.68º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DFFE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 223 | 254 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.00 |
| HSL | 193.68º | 0.99% | 0.73% | - |
| HSV(B) | 193.68º | 0.54% | 1% | - |
| XYZ | 51.75 | 63.78 | 103.35 | - |
| YUV | 195.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 254 | 0.54 | 0.12 | 0 | 0.00 | 193.68 | 0.99 | 0.73 |
| Hex | 76 | DF | FE | 36 | C | 0 | 0 | C2 | 63 | 49 |
| Octal | 166 | 337 | 376 | 66 | 14 | 0 | 0 | 302 | 143 | 111 |
| Binary | 1110110 | 11011111 | 11111110 | 110110 | 1100 | 0 | 0 | 11000010 | 1100011 | 1001001 |
Color Harmonies of #76DFFE
Complementary color
Monochromatic Colors of #76DFFE
Black with #76DFFE
Text Example
Text Example
White with #76DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFFE; }
p { color: rgb(118,223,254); }
H1.HeaderClassName
{
color: #76DFFE;
}
.AnyTagClassName
{
color: #76DFFE;
}
</style>
background-color css
<style>
a { background-color: #76DFFE; }
a { background-color: rgb(118,223,254); }
div.DivClassName
{
background-color: #76DFFE;
}
.BgClassName
{
background-color: #76DFFE;
}
</style>
border-color css
<style>
span { border-color: #76DFFE; }
span { border-color: rgb(118,223,254); }
td.TdClassName
{
border-color: #76DFFE;
}
.TagClassName
{
border-color: #76DFFE;
}
</style>