Shades of Turquoise Blue #70DDEF
Tints of Turquoise Blue #70DDEF
RGB
CMYK
RGB Variations
Color information
#70DDEF (or 0x70DDEF) is known color: Turquoise Blue. HEX triplet: 70, DD and EF. RGB value is (112,221,239). Sum of RGB (Red+Green+Blue) = 112+221+239=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #70DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DDEF is #8F2210. Grayscale: #BEBEBE. Windows color (decimal): -9380369 or 15719792. OLE color: 15719792.
HSL color Cylindrical-coordinate representation of color #70DDEF: hue angle of 188.5º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70DDEF is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 221 | 239 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.06 |
| HSL | 188.5º | 0.8% | 0.69% | - |
| HSV(B) | 188.5º | 0.53% | 0.94% | - |
| XYZ | 48.12 | 61.39 | 90.97 | - |
| YUV | 190.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 239 | 0.53 | 0.08 | 0 | 0.06 | 188.5 | 0.8 | 0.69 |
| Hex | 70 | DD | EF | 35 | 8 | 0 | 6 | BD | 50 | 45 |
| Octal | 160 | 335 | 357 | 65 | 10 | 0 | 6 | 275 | 120 | 105 |
| Binary | 1110000 | 11011101 | 11101111 | 110101 | 1000 | 0 | 110 | 10111101 | 1010000 | 1000101 |
Color Harmonies of #70DDEF
Complementary color
Monochromatic Colors of #70DDEF
Black with #70DDEF
Text Example
Text Example
White with #70DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDEF; }
p { color: rgb(112,221,239); }
H1.HeaderClassName
{
color: #70DDEF;
}
.AnyTagClassName
{
color: #70DDEF;
}
</style>
background-color css
<style>
a { background-color: #70DDEF; }
a { background-color: rgb(112,221,239); }
div.DivClassName
{
background-color: #70DDEF;
}
.BgClassName
{
background-color: #70DDEF;
}
</style>
border-color css
<style>
span { border-color: #70DDEF; }
span { border-color: rgb(112,221,239); }
td.TdClassName
{
border-color: #70DDEF;
}
.TagClassName
{
border-color: #70DDEF;
}
</style>