Shades of Turquoise Blue #76DFF4
Tints of Turquoise Blue #76DFF4
RGB
CMYK
RGB Variations
Color information
#76DFF4 (or 0x76DFF4) is known color: Turquoise Blue. HEX triplet: 76, DF and F4. RGB value is (118,223,244). Sum of RGB (Red+Green+Blue) = 118+223+244=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 244 - color contains mainly: blue. Hex color #76DFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFF4 is #89200B. Grayscale: #C1C1C1. Windows color (decimal): -8986636 or 16047990. OLE color: 16047990.
HSL color Cylindrical-coordinate representation of color #76DFF4: hue angle of 190º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DFF4 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 223 | 244 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.04 |
| HSL | 190º | 0.85% | 0.71% | - |
| HSV(B) | 190º | 0.52% | 0.96% | - |
| XYZ | 50.19 | 63.16 | 95.13 | - |
| YUV | 194 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 244 | 0.52 | 0.09 | 0 | 0.04 | 190 | 0.85 | 0.71 |
| Hex | 76 | DF | F4 | 34 | 9 | 0 | 4 | BE | 55 | 47 |
| Octal | 166 | 337 | 364 | 64 | 11 | 0 | 4 | 276 | 125 | 107 |
| Binary | 1110110 | 11011111 | 11110100 | 110100 | 1001 | 0 | 100 | 10111110 | 1010101 | 1000111 |
Color Harmonies of #76DFF4
Complementary color
Monochromatic Colors of #76DFF4
Black with #76DFF4
Text Example
Text Example
White with #76DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFF4; }
p { color: rgb(118,223,244); }
H1.HeaderClassName
{
color: #76DFF4;
}
.AnyTagClassName
{
color: #76DFF4;
}
</style>
background-color css
<style>
a { background-color: #76DFF4; }
a { background-color: rgb(118,223,244); }
div.DivClassName
{
background-color: #76DFF4;
}
.BgClassName
{
background-color: #76DFF4;
}
</style>
border-color css
<style>
span { border-color: #76DFF4; }
span { border-color: rgb(118,223,244); }
td.TdClassName
{
border-color: #76DFF4;
}
.TagClassName
{
border-color: #76DFF4;
}
</style>