Shades of Turquoise Blue #70DBFB
Tints of Turquoise Blue #70DBFB
RGB
CMYK
RGB Variations
Color information
#70DBFB (or 0x70DBFB) is known color: Turquoise Blue. HEX triplet: 70, DB and FB. RGB value is (112,219,251). Sum of RGB (Red+Green+Blue) = 112+219+251=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #70DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBFB is #8F2404. Grayscale: #BEBEBE. Windows color (decimal): -9380869 or 16505712. OLE color: 16505712.
HSL color Cylindrical-coordinate representation of color #70DBFB: hue angle of 193.81º degrees, saturation: 0.95, 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 #70DBFB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 219 | 251 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.02 |
| HSL | 193.81º | 0.95% | 0.71% | - |
| HSV(B) | 193.81º | 0.55% | 0.98% | - |
| XYZ | 49.43 | 61.07 | 100.45 | - |
| YUV | 190.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 251 | 0.55 | 0.13 | 0 | 0.02 | 193.81 | 0.95 | 0.71 |
| Hex | 70 | DB | FB | 37 | D | 0 | 2 | C2 | 5F | 47 |
| Octal | 160 | 333 | 373 | 67 | 15 | 0 | 2 | 302 | 137 | 107 |
| Binary | 1110000 | 11011011 | 11111011 | 110111 | 1101 | 0 | 10 | 11000010 | 1011111 | 1000111 |
Color Harmonies of #70DBFB
Complementary color
Monochromatic Colors of #70DBFB
Black with #70DBFB
Text Example
Text Example
White with #70DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBFB; }
p { color: rgb(112,219,251); }
H1.HeaderClassName
{
color: #70DBFB;
}
.AnyTagClassName
{
color: #70DBFB;
}
</style>
background-color css
<style>
a { background-color: #70DBFB; }
a { background-color: rgb(112,219,251); }
div.DivClassName
{
background-color: #70DBFB;
}
.BgClassName
{
background-color: #70DBFB;
}
</style>
border-color css
<style>
span { border-color: #70DBFB; }
span { border-color: rgb(112,219,251); }
td.TdClassName
{
border-color: #70DBFB;
}
.TagClassName
{
border-color: #70DBFB;
}
</style>