Shades of Turquoise Blue #70DBDF
Tints of Turquoise Blue #70DBDF
RGB
CMYK
RGB Variations
Color information
#70DBDF (or 0x70DBDF) is known color: Turquoise Blue. HEX triplet: 70, DB and DF. RGB value is (112,219,223). Sum of RGB (Red+Green+Blue) = 112+219+223=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #70DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBDF is #8F2420. Grayscale: #BBBBBB. Windows color (decimal): -9380897 or 14670704. OLE color: 14670704.
HSL color Cylindrical-coordinate representation of color #70DBDF: hue angle of 182.16º 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 #70DBDF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 219 | 223 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.13 |
| HSL | 182.16º | 0.63% | 0.66% | - |
| HSV(B) | 182.16º | 0.5% | 0.87% | - |
| XYZ | 45.33 | 59.44 | 78.89 | - |
| YUV | 187.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 223 | 0.50 | 0.02 | 0 | 0.13 | 182.16 | 0.63 | 0.66 |
| Hex | 70 | DB | DF | 32 | 2 | 0 | D | B6 | 3F | 42 |
| Octal | 160 | 333 | 337 | 62 | 2 | 0 | 15 | 266 | 77 | 102 |
| Binary | 1110000 | 11011011 | 11011111 | 110010 | 10 | 0 | 1101 | 10110110 | 111111 | 1000010 |
Color Harmonies of #70DBDF
Complementary color
Monochromatic Colors of #70DBDF
Black with #70DBDF
Text Example
Text Example
White with #70DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBDF; }
p { color: rgb(112,219,223); }
H1.HeaderClassName
{
color: #70DBDF;
}
.AnyTagClassName
{
color: #70DBDF;
}
</style>
background-color css
<style>
a { background-color: #70DBDF; }
a { background-color: rgb(112,219,223); }
div.DivClassName
{
background-color: #70DBDF;
}
.BgClassName
{
background-color: #70DBDF;
}
</style>
border-color css
<style>
span { border-color: #70DBDF; }
span { border-color: rgb(112,219,223); }
td.TdClassName
{
border-color: #70DBDF;
}
.TagClassName
{
border-color: #70DBDF;
}
</style>