Shades of Turquoise Blue #70DBED
Tints of Turquoise Blue #70DBED
RGB
CMYK
RGB Variations
Color information
#70DBED (or 0x70DBED) is known color: Turquoise Blue. HEX triplet: 70, DB and ED. RGB value is (112,219,237). Sum of RGB (Red+Green+Blue) = 112+219+237=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #70DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBED is #8F2412. Grayscale: #BCBCBC. Windows color (decimal): -9380883 or 15588208. OLE color: 15588208.
HSL color Cylindrical-coordinate representation of color #70DBED: hue angle of 188.64º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70DBED is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 219 | 237 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.07 |
| HSL | 188.64º | 0.78% | 0.68% | - |
| HSV(B) | 188.64º | 0.53% | 0.93% | - |
| XYZ | 47.3 | 60.22 | 89.25 | - |
| YUV | 189.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 237 | 0.53 | 0.08 | 0 | 0.07 | 188.64 | 0.78 | 0.68 |
| Hex | 70 | DB | ED | 35 | 8 | 0 | 7 | BD | 4E | 44 |
| Octal | 160 | 333 | 355 | 65 | 10 | 0 | 7 | 275 | 116 | 104 |
| Binary | 1110000 | 11011011 | 11101101 | 110101 | 1000 | 0 | 111 | 10111101 | 1001110 | 1000100 |
Color Harmonies of #70DBED
Complementary color
Monochromatic Colors of #70DBED
Black with #70DBED
Text Example
Text Example
White with #70DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBED; }
p { color: rgb(112,219,237); }
H1.HeaderClassName
{
color: #70DBED;
}
.AnyTagClassName
{
color: #70DBED;
}
</style>
background-color css
<style>
a { background-color: #70DBED; }
a { background-color: rgb(112,219,237); }
div.DivClassName
{
background-color: #70DBED;
}
.BgClassName
{
background-color: #70DBED;
}
</style>
border-color css
<style>
span { border-color: #70DBED; }
span { border-color: rgb(112,219,237); }
td.TdClassName
{
border-color: #70DBED;
}
.TagClassName
{
border-color: #70DBED;
}
</style>