Shades of Turquoise Blue #70DEFA
Tints of Turquoise Blue #70DEFA
RGB
CMYK
RGB Variations
Color information
#70DEFA (or 0x70DEFA) is known color: Turquoise Blue. HEX triplet: 70, DE and FA. RGB value is (112,222,250). Sum of RGB (Red+Green+Blue) = 112+222+250=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #70DEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEFA is #8F2105. Grayscale: #C0C0C0. Windows color (decimal): -9380102 or 16440944. OLE color: 16440944.
HSL color Cylindrical-coordinate representation of color #70DEFA: hue angle of 192.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DEFA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 222 | 250 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.02 |
| HSL | 192.17º | 0.93% | 0.71% | - |
| HSV(B) | 192.17º | 0.55% | 0.98% | - |
| XYZ | 50.06 | 62.59 | 99.89 | - |
| YUV | 192.3 | 160.56 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 250 | 0.55 | 0.11 | 0 | 0.02 | 192.17 | 0.93 | 0.71 |
| Hex | 70 | DE | FA | 37 | B | 0 | 2 | C0 | 5D | 47 |
| Octal | 160 | 336 | 372 | 67 | 13 | 0 | 2 | 300 | 135 | 107 |
| Binary | 1110000 | 11011110 | 11111010 | 110111 | 1011 | 0 | 10 | 11000000 | 1011101 | 1000111 |
Color Harmonies of #70DEFA
Complementary color
Monochromatic Colors of #70DEFA
Black with #70DEFA
Text Example
Text Example
White with #70DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEFA; }
p { color: rgb(112,222,250); }
H1.HeaderClassName
{
color: #70DEFA;
}
.AnyTagClassName
{
color: #70DEFA;
}
</style>
background-color css
<style>
a { background-color: #70DEFA; }
a { background-color: rgb(112,222,250); }
div.DivClassName
{
background-color: #70DEFA;
}
.BgClassName
{
background-color: #70DEFA;
}
</style>
border-color css
<style>
span { border-color: #70DEFA; }
span { border-color: rgb(112,222,250); }
td.TdClassName
{
border-color: #70DEFA;
}
.TagClassName
{
border-color: #70DEFA;
}
</style>