Shades of Turquoise Blue #70DDFB
Tints of Turquoise Blue #70DDFB
RGB
CMYK
RGB Variations
Color information
#70DDFB (or 0x70DDFB) is known color: Turquoise Blue. HEX triplet: 70, DD and FB. RGB value is (112,221,251). Sum of RGB (Red+Green+Blue) = 112+221+251=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #70DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DDFB is #8F2204. Grayscale: #BFBFBF. Windows color (decimal): -9380357 or 16506224. OLE color: 16506224.
HSL color Cylindrical-coordinate representation of color #70DDFB: hue angle of 192.95º 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 #70DDFB is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 221 | 251 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.02 |
| HSL | 192.95º | 0.95% | 0.71% | - |
| HSV(B) | 192.95º | 0.55% | 0.98% | - |
| XYZ | 49.95 | 62.12 | 100.63 | - |
| YUV | 191.83 | 161.39 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 251 | 0.55 | 0.12 | 0 | 0.02 | 192.95 | 0.95 | 0.71 |
| Hex | 70 | DD | FB | 37 | C | 0 | 2 | C1 | 5F | 47 |
| Octal | 160 | 335 | 373 | 67 | 14 | 0 | 2 | 301 | 137 | 107 |
| Binary | 1110000 | 11011101 | 11111011 | 110111 | 1100 | 0 | 10 | 11000001 | 1011111 | 1000111 |
Color Harmonies of #70DDFB
Complementary color
Monochromatic Colors of #70DDFB
Black with #70DDFB
Text Example
Text Example
White with #70DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDFB; }
p { color: rgb(112,221,251); }
H1.HeaderClassName
{
color: #70DDFB;
}
.AnyTagClassName
{
color: #70DDFB;
}
</style>
background-color css
<style>
a { background-color: #70DDFB; }
a { background-color: rgb(112,221,251); }
div.DivClassName
{
background-color: #70DDFB;
}
.BgClassName
{
background-color: #70DDFB;
}
</style>
border-color css
<style>
span { border-color: #70DDFB; }
span { border-color: rgb(112,221,251); }
td.TdClassName
{
border-color: #70DDFB;
}
.TagClassName
{
border-color: #70DDFB;
}
</style>