Shades of Turquoise Blue #70DBFC
Tints of Turquoise Blue #70DBFC
RGB
CMYK
RGB Variations
Color information
#70DBFC (or 0x70DBFC) is known color: Turquoise Blue. HEX triplet: 70, DB and FC. RGB value is (112,219,252). Sum of RGB (Red+Green+Blue) = 112+219+252=583 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.21% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #70DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBFC is #8F2403. Grayscale: #BEBEBE. Windows color (decimal): -9380868 or 16571248. OLE color: 16571248.
HSL color Cylindrical-coordinate representation of color #70DBFC: hue angle of 194.14º 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 #70DBFC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 219 | 252 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.01 |
| HSL | 194.14º | 0.96% | 0.71% | - |
| HSV(B) | 194.14º | 0.56% | 0.99% | - |
| XYZ | 49.58 | 61.14 | 101.28 | - |
| YUV | 190.77 | 162.55 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 252 | 0.56 | 0.13 | 0 | 0.01 | 194.14 | 0.96 | 0.71 |
| Hex | 70 | DB | FC | 38 | D | 0 | 1 | C2 | 60 | 47 |
| Octal | 160 | 333 | 374 | 70 | 15 | 0 | 1 | 302 | 140 | 107 |
| Binary | 1110000 | 11011011 | 11111100 | 111000 | 1101 | 0 | 1 | 11000010 | 1100000 | 1000111 |
Color Harmonies of #70DBFC
Complementary color
Monochromatic Colors of #70DBFC
Black with #70DBFC
Text Example
Text Example
White with #70DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBFC; }
p { color: rgb(112,219,252); }
H1.HeaderClassName
{
color: #70DBFC;
}
.AnyTagClassName
{
color: #70DBFC;
}
</style>
background-color css
<style>
a { background-color: #70DBFC; }
a { background-color: rgb(112,219,252); }
div.DivClassName
{
background-color: #70DBFC;
}
.BgClassName
{
background-color: #70DBFC;
}
</style>
border-color css
<style>
span { border-color: #70DBFC; }
span { border-color: rgb(112,219,252); }
td.TdClassName
{
border-color: #70DBFC;
}
.TagClassName
{
border-color: #70DBFC;
}
</style>