Shades of Turquoise Blue #70D3DF
Tints of Turquoise Blue #70D3DF
RGB
CMYK
RGB Variations
Color information
#70D3DF (or 0x70D3DF) is known color: Turquoise Blue. HEX triplet: 70, D3 and DF. RGB value is (112,211,223). Sum of RGB (Red+Green+Blue) = 112+211+223=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #70D3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D3DF is #8F2C20. Grayscale: #B6B6B6. Windows color (decimal): -9382945 or 14668656. OLE color: 14668656.
HSL color Cylindrical-coordinate representation of color #70D3DF: hue angle of 186.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70D3DF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 211 | 223 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.13 |
| HSL | 186.49º | 0.63% | 0.66% | - |
| HSV(B) | 186.49º | 0.5% | 0.87% | - |
| XYZ | 43.3 | 55.36 | 78.22 | - |
| YUV | 182.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 223 | 0.50 | 0.05 | 0 | 0.13 | 186.49 | 0.63 | 0.66 |
| Hex | 70 | D3 | DF | 32 | 5 | 0 | D | BA | 3F | 42 |
| Octal | 160 | 323 | 337 | 62 | 5 | 0 | 15 | 272 | 77 | 102 |
| Binary | 1110000 | 11010011 | 11011111 | 110010 | 101 | 0 | 1101 | 10111010 | 111111 | 1000010 |
Color Harmonies of #70D3DF
Complementary color
Monochromatic Colors of #70D3DF
Black with #70D3DF
Text Example
Text Example
White with #70D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3DF; }
p { color: rgb(112,211,223); }
H1.HeaderClassName
{
color: #70D3DF;
}
.AnyTagClassName
{
color: #70D3DF;
}
</style>
background-color css
<style>
a { background-color: #70D3DF; }
a { background-color: rgb(112,211,223); }
div.DivClassName
{
background-color: #70D3DF;
}
.BgClassName
{
background-color: #70D3DF;
}
</style>
border-color css
<style>
span { border-color: #70D3DF; }
span { border-color: rgb(112,211,223); }
td.TdClassName
{
border-color: #70D3DF;
}
.TagClassName
{
border-color: #70D3DF;
}
</style>