Shades of Turquoise Blue #70DFF4
Tints of Turquoise Blue #70DFF4
RGB
CMYK
RGB Variations
Color information
#70DFF4 (or 0x70DFF4) is known color: Turquoise Blue. HEX triplet: 70, DF and F4. RGB value is (112,223,244). Sum of RGB (Red+Green+Blue) = 112+223+244=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 244 - color contains mainly: blue. Hex color #70DFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFF4 is #8F200B. Grayscale: #C0C0C0. Windows color (decimal): -9379852 or 16047984. OLE color: 16047984.
HSL color Cylindrical-coordinate representation of color #70DFF4: hue angle of 189.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70DFF4 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 223 | 244 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.04 |
| HSL | 189.55º | 0.86% | 0.7% | - |
| HSV(B) | 189.55º | 0.54% | 0.96% | - |
| XYZ | 49.4 | 62.75 | 95.1 | - |
| YUV | 192.21 | 157.23 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 244 | 0.54 | 0.09 | 0 | 0.04 | 189.55 | 0.86 | 0.7 |
| Hex | 70 | DF | F4 | 36 | 9 | 0 | 4 | BE | 56 | 46 |
| Octal | 160 | 337 | 364 | 66 | 11 | 0 | 4 | 276 | 126 | 106 |
| Binary | 1110000 | 11011111 | 11110100 | 110110 | 1001 | 0 | 100 | 10111110 | 1010110 | 1000110 |
Color Harmonies of #70DFF4
Complementary color
Monochromatic Colors of #70DFF4
Black with #70DFF4
Text Example
Text Example
White with #70DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFF4; }
p { color: rgb(112,223,244); }
H1.HeaderClassName
{
color: #70DFF4;
}
.AnyTagClassName
{
color: #70DFF4;
}
</style>
background-color css
<style>
a { background-color: #70DFF4; }
a { background-color: rgb(112,223,244); }
div.DivClassName
{
background-color: #70DFF4;
}
.BgClassName
{
background-color: #70DFF4;
}
</style>
border-color css
<style>
span { border-color: #70DFF4; }
span { border-color: rgb(112,223,244); }
td.TdClassName
{
border-color: #70DFF4;
}
.TagClassName
{
border-color: #70DFF4;
}
</style>