Shades of Turquoise Blue #70DCF9
Tints of Turquoise Blue #70DCF9
RGB
CMYK
RGB Variations
Color information
#70DCF9 (or 0x70DCF9) is known color: Turquoise Blue. HEX triplet: 70, DC and F9. RGB value is (112,220,249). Sum of RGB (Red+Green+Blue) = 112+220+249=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #70DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCF9 is #8F2306. Grayscale: #BEBEBE. Windows color (decimal): -9380615 or 16374896. OLE color: 16374896.
HSL color Cylindrical-coordinate representation of color #70DCF9: hue angle of 192.7º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DCF9 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 220 | 249 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.02 |
| HSL | 192.7º | 0.92% | 0.71% | - |
| HSV(B) | 192.7º | 0.55% | 0.98% | - |
| XYZ | 49.37 | 61.47 | 98.89 | - |
| YUV | 191.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 249 | 0.55 | 0.12 | 0 | 0.02 | 192.7 | 0.92 | 0.71 |
| Hex | 70 | DC | F9 | 37 | C | 0 | 2 | C1 | 5C | 47 |
| Octal | 160 | 334 | 371 | 67 | 14 | 0 | 2 | 301 | 134 | 107 |
| Binary | 1110000 | 11011100 | 11111001 | 110111 | 1100 | 0 | 10 | 11000001 | 1011100 | 1000111 |
Color Harmonies of #70DCF9
Complementary color
Monochromatic Colors of #70DCF9
Black with #70DCF9
Text Example
Text Example
White with #70DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCF9; }
p { color: rgb(112,220,249); }
H1.HeaderClassName
{
color: #70DCF9;
}
.AnyTagClassName
{
color: #70DCF9;
}
</style>
background-color css
<style>
a { background-color: #70DCF9; }
a { background-color: rgb(112,220,249); }
div.DivClassName
{
background-color: #70DCF9;
}
.BgClassName
{
background-color: #70DCF9;
}
</style>
border-color css
<style>
span { border-color: #70DCF9; }
span { border-color: rgb(112,220,249); }
td.TdClassName
{
border-color: #70DCF9;
}
.TagClassName
{
border-color: #70DCF9;
}
</style>