Shades of Turquoise Blue #70DAFE
Tints of Turquoise Blue #70DAFE
RGB
CMYK
RGB Variations
Color information
#70DAFE (or 0x70DAFE) is known color: Turquoise Blue. HEX triplet: 70, DA and FE. RGB value is (112,218,254). Sum of RGB (Red+Green+Blue) = 112+218+254=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #70DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAFE is #8F2501. Grayscale: #BEBEBE. Windows color (decimal): -9381122 or 16702064. OLE color: 16702064.
HSL color Cylindrical-coordinate representation of color #70DAFE: hue angle of 195.21º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DAFE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 218 | 254 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.00 |
| HSL | 195.21º | 0.99% | 0.72% | - |
| HSV(B) | 195.21º | 0.56% | 1% | - |
| XYZ | 49.64 | 60.74 | 102.87 | - |
| YUV | 190.41 | 163.88 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 254 | 0.56 | 0.14 | 0 | 0.00 | 195.21 | 0.99 | 0.72 |
| Hex | 70 | DA | FE | 38 | E | 0 | 0 | C3 | 63 | 48 |
| Octal | 160 | 332 | 376 | 70 | 16 | 0 | 0 | 303 | 143 | 110 |
| Binary | 1110000 | 11011010 | 11111110 | 111000 | 1110 | 0 | 0 | 11000011 | 1100011 | 1001000 |
Color Harmonies of #70DAFE
Complementary color
Monochromatic Colors of #70DAFE
Black with #70DAFE
Text Example
Text Example
White with #70DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAFE; }
p { color: rgb(112,218,254); }
H1.HeaderClassName
{
color: #70DAFE;
}
.AnyTagClassName
{
color: #70DAFE;
}
</style>
background-color css
<style>
a { background-color: #70DAFE; }
a { background-color: rgb(112,218,254); }
div.DivClassName
{
background-color: #70DAFE;
}
.BgClassName
{
background-color: #70DAFE;
}
</style>
border-color css
<style>
span { border-color: #70DAFE; }
span { border-color: rgb(112,218,254); }
td.TdClassName
{
border-color: #70DAFE;
}
.TagClassName
{
border-color: #70DAFE;
}
</style>