Shades of Turquoise Blue #70DFF1
Tints of Turquoise Blue #70DFF1
RGB
CMYK
RGB Variations
Color information
#70DFF1 (or 0x70DFF1) is known color: Turquoise Blue. HEX triplet: 70, DF and F1. RGB value is (112,223,241). Sum of RGB (Red+Green+Blue) = 112+223+241=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #70DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFF1 is #8F200E. Grayscale: #BFBFBF. Windows color (decimal): -9379855 or 15851376. OLE color: 15851376.
HSL color Cylindrical-coordinate representation of color #70DFF1: hue angle of 188.37º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70DFF1 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 223 | 241 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.05 |
| HSL | 188.37º | 0.82% | 0.69% | - |
| HSV(B) | 188.37º | 0.54% | 0.95% | - |
| XYZ | 48.95 | 62.57 | 92.72 | - |
| YUV | 191.86 | 155.73 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 241 | 0.54 | 0.07 | 0 | 0.05 | 188.37 | 0.82 | 0.69 |
| Hex | 70 | DF | F1 | 36 | 7 | 0 | 5 | BC | 52 | 45 |
| Octal | 160 | 337 | 361 | 66 | 7 | 0 | 5 | 274 | 122 | 105 |
| Binary | 1110000 | 11011111 | 11110001 | 110110 | 111 | 0 | 101 | 10111100 | 1010010 | 1000101 |
Color Harmonies of #70DFF1
Complementary color
Monochromatic Colors of #70DFF1
Black with #70DFF1
Text Example
Text Example
White with #70DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFF1; }
p { color: rgb(112,223,241); }
H1.HeaderClassName
{
color: #70DFF1;
}
.AnyTagClassName
{
color: #70DFF1;
}
</style>
background-color css
<style>
a { background-color: #70DFF1; }
a { background-color: rgb(112,223,241); }
div.DivClassName
{
background-color: #70DFF1;
}
.BgClassName
{
background-color: #70DFF1;
}
</style>
border-color css
<style>
span { border-color: #70DFF1; }
span { border-color: rgb(112,223,241); }
td.TdClassName
{
border-color: #70DFF1;
}
.TagClassName
{
border-color: #70DFF1;
}
</style>