Shades of Turquoise Blue #70DCFD
Tints of Turquoise Blue #70DCFD
RGB
CMYK
RGB Variations
Color information
#70DCFD (or 0x70DCFD) is known color: Turquoise Blue. HEX triplet: 70, DC and FD. RGB value is (112,220,253). Sum of RGB (Red+Green+Blue) = 112+220+253=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #70DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCFD is #8F2302. Grayscale: #BFBFBF. Windows color (decimal): -9380611 or 16637040. OLE color: 16637040.
HSL color Cylindrical-coordinate representation of color #70DCFD: hue angle of 194.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DCFD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 220 | 253 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.01 |
| HSL | 194.04º | 0.97% | 0.72% | - |
| HSV(B) | 194.04º | 0.56% | 0.99% | - |
| XYZ | 50 | 61.72 | 102.21 | - |
| YUV | 191.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 253 | 0.56 | 0.13 | 0 | 0.01 | 194.04 | 0.97 | 0.72 |
| Hex | 70 | DC | FD | 38 | D | 0 | 1 | C2 | 61 | 48 |
| Octal | 160 | 334 | 375 | 70 | 15 | 0 | 1 | 302 | 141 | 110 |
| Binary | 1110000 | 11011100 | 11111101 | 111000 | 1101 | 0 | 1 | 11000010 | 1100001 | 1001000 |
Color Harmonies of #70DCFD
Complementary color
Monochromatic Colors of #70DCFD
Black with #70DCFD
Text Example
Text Example
White with #70DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCFD; }
p { color: rgb(112,220,253); }
H1.HeaderClassName
{
color: #70DCFD;
}
.AnyTagClassName
{
color: #70DCFD;
}
</style>
background-color css
<style>
a { background-color: #70DCFD; }
a { background-color: rgb(112,220,253); }
div.DivClassName
{
background-color: #70DCFD;
}
.BgClassName
{
background-color: #70DCFD;
}
</style>
border-color css
<style>
span { border-color: #70DCFD; }
span { border-color: rgb(112,220,253); }
td.TdClassName
{
border-color: #70DCFD;
}
.TagClassName
{
border-color: #70DCFD;
}
</style>