Shades of Turquoise Blue #70DAFC
Tints of Turquoise Blue #70DAFC
RGB
CMYK
RGB Variations
Color information
#70DAFC (or 0x70DAFC) is known color: Turquoise Blue. HEX triplet: 70, DA and FC. RGB value is (112,218,252). Sum of RGB (Red+Green+Blue) = 112+218+252=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #70DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAFC is #8F2503. Grayscale: #BDBDBD. Windows color (decimal): -9381124 or 16570992. OLE color: 16570992.
HSL color Cylindrical-coordinate representation of color #70DAFC: hue angle of 194.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DAFC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 218 | 252 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.01 |
| HSL | 194.57º | 0.96% | 0.71% | - |
| HSV(B) | 194.57º | 0.56% | 0.99% | - |
| XYZ | 49.32 | 60.62 | 101.2 | - |
| YUV | 190.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 252 | 0.56 | 0.13 | 0 | 0.01 | 194.57 | 0.96 | 0.71 |
| Hex | 70 | DA | FC | 38 | D | 0 | 1 | C3 | 60 | 47 |
| Octal | 160 | 332 | 374 | 70 | 15 | 0 | 1 | 303 | 140 | 107 |
| Binary | 1110000 | 11011010 | 11111100 | 111000 | 1101 | 0 | 1 | 11000011 | 1100000 | 1000111 |
Color Harmonies of #70DAFC
Complementary color
Monochromatic Colors of #70DAFC
Black with #70DAFC
Text Example
Text Example
White with #70DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAFC; }
p { color: rgb(112,218,252); }
H1.HeaderClassName
{
color: #70DAFC;
}
.AnyTagClassName
{
color: #70DAFC;
}
</style>
background-color css
<style>
a { background-color: #70DAFC; }
a { background-color: rgb(112,218,252); }
div.DivClassName
{
background-color: #70DAFC;
}
.BgClassName
{
background-color: #70DAFC;
}
</style>
border-color css
<style>
span { border-color: #70DAFC; }
span { border-color: rgb(112,218,252); }
td.TdClassName
{
border-color: #70DAFC;
}
.TagClassName
{
border-color: #70DAFC;
}
</style>