Shades of Turquoise Blue #70DFFB
Tints of Turquoise Blue #70DFFB
RGB
CMYK
RGB Variations
Color information
#70DFFB (or 0x70DFFB) is known color: Turquoise Blue. HEX triplet: 70, DF and FB. RGB value is (112,223,251). Sum of RGB (Red+Green+Blue) = 112+223+251=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #70DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFFB is #8F2004. Grayscale: #C0C0C0. Windows color (decimal): -9379845 or 16506736. OLE color: 16506736.
HSL color Cylindrical-coordinate representation of color #70DFFB: hue angle of 192.09º 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 #70DFFB is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 223 | 251 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.02 |
| HSL | 192.09º | 0.95% | 0.71% | - |
| HSV(B) | 192.09º | 0.55% | 0.98% | - |
| XYZ | 50.48 | 63.19 | 100.8 | - |
| YUV | 193 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 251 | 0.55 | 0.11 | 0 | 0.02 | 192.09 | 0.95 | 0.71 |
| Hex | 70 | DF | FB | 37 | B | 0 | 2 | C0 | 5F | 47 |
| Octal | 160 | 337 | 373 | 67 | 13 | 0 | 2 | 300 | 137 | 107 |
| Binary | 1110000 | 11011111 | 11111011 | 110111 | 1011 | 0 | 10 | 11000000 | 1011111 | 1000111 |
Color Harmonies of #70DFFB
Complementary color
Monochromatic Colors of #70DFFB
Black with #70DFFB
Text Example
Text Example
White with #70DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFFB; }
p { color: rgb(112,223,251); }
H1.HeaderClassName
{
color: #70DFFB;
}
.AnyTagClassName
{
color: #70DFFB;
}
</style>
background-color css
<style>
a { background-color: #70DFFB; }
a { background-color: rgb(112,223,251); }
div.DivClassName
{
background-color: #70DFFB;
}
.BgClassName
{
background-color: #70DFFB;
}
</style>
border-color css
<style>
span { border-color: #70DFFB; }
span { border-color: rgb(112,223,251); }
td.TdClassName
{
border-color: #70DFFB;
}
.TagClassName
{
border-color: #70DFFB;
}
</style>