Shades of Turquoise Blue #70DFFD
Tints of Turquoise Blue #70DFFD
RGB
CMYK
RGB Variations
Color information
#70DFFD (or 0x70DFFD) is known color: Turquoise Blue. HEX triplet: 70, DF and FD. RGB value is (112,223,253). Sum of RGB (Red+Green+Blue) = 112+223+253=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #70DFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFFD is #8F2002. Grayscale: #C1C1C1. Windows color (decimal): -9379843 or 16637808. OLE color: 16637808.
HSL color Cylindrical-coordinate representation of color #70DFFD: hue angle of 192.77º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DFFD is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 223 | 253 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.01 |
| HSL | 192.77º | 0.97% | 0.72% | - |
| HSV(B) | 192.77º | 0.56% | 0.99% | - |
| XYZ | 50.8 | 63.31 | 102.47 | - |
| YUV | 193.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 253 | 0.56 | 0.12 | 0 | 0.01 | 192.77 | 0.97 | 0.72 |
| Hex | 70 | DF | FD | 38 | C | 0 | 1 | C1 | 61 | 48 |
| Octal | 160 | 337 | 375 | 70 | 14 | 0 | 1 | 301 | 141 | 110 |
| Binary | 1110000 | 11011111 | 11111101 | 111000 | 1100 | 0 | 1 | 11000001 | 1100001 | 1001000 |
Color Harmonies of #70DFFD
Complementary color
Monochromatic Colors of #70DFFD
Black with #70DFFD
Text Example
Text Example
White with #70DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFFD; }
p { color: rgb(112,223,253); }
H1.HeaderClassName
{
color: #70DFFD;
}
.AnyTagClassName
{
color: #70DFFD;
}
</style>
background-color css
<style>
a { background-color: #70DFFD; }
a { background-color: rgb(112,223,253); }
div.DivClassName
{
background-color: #70DFFD;
}
.BgClassName
{
background-color: #70DFFD;
}
</style>
border-color css
<style>
span { border-color: #70DFFD; }
span { border-color: rgb(112,223,253); }
td.TdClassName
{
border-color: #70DFFD;
}
.TagClassName
{
border-color: #70DFFD;
}
</style>