Shades of Turquoise Blue #70D1DF
Tints of Turquoise Blue #70D1DF
RGB
CMYK
RGB Variations
Color information
#70D1DF (or 0x70D1DF) is known color: Turquoise Blue. HEX triplet: 70, D1 and DF. RGB value is (112,209,223). Sum of RGB (Red+Green+Blue) = 112+209+223=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #70D1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D1DF is #8F2E20. Grayscale: #B5B5B5. Windows color (decimal): -9383457 or 14668144. OLE color: 14668144.
HSL color Cylindrical-coordinate representation of color #70D1DF: hue angle of 187.57º 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 #70D1DF is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 209 | 223 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.13 |
| HSL | 187.57º | 0.63% | 0.66% | - |
| HSV(B) | 187.57º | 0.5% | 0.87% | - |
| XYZ | 42.8 | 54.37 | 78.05 | - |
| YUV | 181.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 223 | 0.50 | 0.06 | 0 | 0.13 | 187.57 | 0.63 | 0.66 |
| Hex | 70 | D1 | DF | 32 | 6 | 0 | D | BC | 3F | 42 |
| Octal | 160 | 321 | 337 | 62 | 6 | 0 | 15 | 274 | 77 | 102 |
| Binary | 1110000 | 11010001 | 11011111 | 110010 | 110 | 0 | 1101 | 10111100 | 111111 | 1000010 |
Color Harmonies of #70D1DF
Complementary color
Monochromatic Colors of #70D1DF
Black with #70D1DF
Text Example
Text Example
White with #70D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D1DF; }
p { color: rgb(112,209,223); }
H1.HeaderClassName
{
color: #70D1DF;
}
.AnyTagClassName
{
color: #70D1DF;
}
</style>
background-color css
<style>
a { background-color: #70D1DF; }
a { background-color: rgb(112,209,223); }
div.DivClassName
{
background-color: #70D1DF;
}
.BgClassName
{
background-color: #70D1DF;
}
</style>
border-color css
<style>
span { border-color: #70D1DF; }
span { border-color: rgb(112,209,223); }
td.TdClassName
{
border-color: #70D1DF;
}
.TagClassName
{
border-color: #70D1DF;
}
</style>