Shades of Turquoise Blue #70DBFD
Tints of Turquoise Blue #70DBFD
RGB
CMYK
RGB Variations
Color information
#70DBFD (or 0x70DBFD) is known color: Turquoise Blue. HEX triplet: 70, DB and FD. RGB value is (112,219,253). Sum of RGB (Red+Green+Blue) = 112+219+253=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #70DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBFD is #8F2402. Grayscale: #BEBEBE. Windows color (decimal): -9380867 or 16636784. OLE color: 16636784.
HSL color Cylindrical-coordinate representation of color #70DBFD: hue angle of 194.47º 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 #70DBFD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 219 | 253 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.01 |
| HSL | 194.47º | 0.97% | 0.72% | - |
| HSV(B) | 194.47º | 0.56% | 0.99% | - |
| XYZ | 49.74 | 61.2 | 102.12 | - |
| YUV | 190.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 253 | 0.56 | 0.13 | 0 | 0.01 | 194.47 | 0.97 | 0.72 |
| Hex | 70 | DB | FD | 38 | D | 0 | 1 | C2 | 61 | 48 |
| Octal | 160 | 333 | 375 | 70 | 15 | 0 | 1 | 302 | 141 | 110 |
| Binary | 1110000 | 11011011 | 11111101 | 111000 | 1101 | 0 | 1 | 11000010 | 1100001 | 1001000 |
Color Harmonies of #70DBFD
Complementary color
Monochromatic Colors of #70DBFD
Black with #70DBFD
Text Example
Text Example
White with #70DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBFD; }
p { color: rgb(112,219,253); }
H1.HeaderClassName
{
color: #70DBFD;
}
.AnyTagClassName
{
color: #70DBFD;
}
</style>
background-color css
<style>
a { background-color: #70DBFD; }
a { background-color: rgb(112,219,253); }
div.DivClassName
{
background-color: #70DBFD;
}
.BgClassName
{
background-color: #70DBFD;
}
</style>
border-color css
<style>
span { border-color: #70DBFD; }
span { border-color: rgb(112,219,253); }
td.TdClassName
{
border-color: #70DBFD;
}
.TagClassName
{
border-color: #70DBFD;
}
</style>