Shades of Turquoise Blue #70DFF7
Tints of Turquoise Blue #70DFF7
RGB
CMYK
RGB Variations
Color information
#70DFF7 (or 0x70DFF7) is known color: Turquoise Blue. HEX triplet: 70, DF and F7. RGB value is (112,223,247). Sum of RGB (Red+Green+Blue) = 112+223+247=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #70DFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFF7 is #8F2008. Grayscale: #C0C0C0. Windows color (decimal): -9379849 or 16244592. OLE color: 16244592.
HSL color Cylindrical-coordinate representation of color #70DFF7: hue angle of 190.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DFF7 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 223 | 247 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.03 |
| HSL | 190.67º | 0.89% | 0.7% | - |
| HSV(B) | 190.67º | 0.55% | 0.97% | - |
| XYZ | 49.86 | 62.94 | 97.52 | - |
| YUV | 192.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 247 | 0.55 | 0.10 | 0 | 0.03 | 190.67 | 0.89 | 0.7 |
| Hex | 70 | DF | F7 | 37 | A | 0 | 3 | BF | 59 | 46 |
| Octal | 160 | 337 | 367 | 67 | 12 | 0 | 3 | 277 | 131 | 106 |
| Binary | 1110000 | 11011111 | 11110111 | 110111 | 1010 | 0 | 11 | 10111111 | 1011001 | 1000110 |
Color Harmonies of #70DFF7
Complementary color
Monochromatic Colors of #70DFF7
Black with #70DFF7
Text Example
Text Example
White with #70DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFF7; }
p { color: rgb(112,223,247); }
H1.HeaderClassName
{
color: #70DFF7;
}
.AnyTagClassName
{
color: #70DFF7;
}
</style>
background-color css
<style>
a { background-color: #70DFF7; }
a { background-color: rgb(112,223,247); }
div.DivClassName
{
background-color: #70DFF7;
}
.BgClassName
{
background-color: #70DFF7;
}
</style>
border-color css
<style>
span { border-color: #70DFF7; }
span { border-color: rgb(112,223,247); }
td.TdClassName
{
border-color: #70DFF7;
}
.TagClassName
{
border-color: #70DFF7;
}
</style>