Shades of Turquoise Blue #70DCFE
Tints of Turquoise Blue #70DCFE
RGB
CMYK
RGB Variations
Color information
#70DCFE (or 0x70DCFE) is known color: Turquoise Blue. HEX triplet: 70, DC and FE. RGB value is (112,220,254). Sum of RGB (Red+Green+Blue) = 112+220+254=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #70DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCFE is #8F2301. Grayscale: #BFBFBF. Windows color (decimal): -9380610 or 16702576. OLE color: 16702576.
HSL color Cylindrical-coordinate representation of color #70DCFE: hue angle of 194.37º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DCFE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 220 | 254 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.00 |
| HSL | 194.37º | 0.99% | 0.72% | - |
| HSV(B) | 194.37º | 0.56% | 1% | - |
| XYZ | 50.16 | 61.79 | 103.05 | - |
| YUV | 191.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 254 | 0.56 | 0.13 | 0 | 0.00 | 194.37 | 0.99 | 0.72 |
| Hex | 70 | DC | FE | 38 | D | 0 | 0 | C2 | 63 | 48 |
| Octal | 160 | 334 | 376 | 70 | 15 | 0 | 0 | 302 | 143 | 110 |
| Binary | 1110000 | 11011100 | 11111110 | 111000 | 1101 | 0 | 0 | 11000010 | 1100011 | 1001000 |
Color Harmonies of #70DCFE
Complementary color
Monochromatic Colors of #70DCFE
Black with #70DCFE
Text Example
Text Example
White with #70DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCFE; }
p { color: rgb(112,220,254); }
H1.HeaderClassName
{
color: #70DCFE;
}
.AnyTagClassName
{
color: #70DCFE;
}
</style>
background-color css
<style>
a { background-color: #70DCFE; }
a { background-color: rgb(112,220,254); }
div.DivClassName
{
background-color: #70DCFE;
}
.BgClassName
{
background-color: #70DCFE;
}
</style>
border-color css
<style>
span { border-color: #70DCFE; }
span { border-color: rgb(112,220,254); }
td.TdClassName
{
border-color: #70DCFE;
}
.TagClassName
{
border-color: #70DCFE;
}
</style>