Shades of Turquoise Blue #70E0FD
Tints of Turquoise Blue #70E0FD
RGB
CMYK
RGB Variations
Color information
#70E0FD (or 0x70E0FD) is known color: Turquoise Blue. HEX triplet: 70, E0 and FD. RGB value is (112,224,253). Sum of RGB (Red+Green+Blue) = 112+224+253=589 (78% of max value = 765). Red value is 112 (44.14% from 255 or 19.02% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #70E0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E0FD is #8F1F02. Grayscale: #C1C1C1. Windows color (decimal): -9379587 or 16638064. OLE color: 16638064.
HSL color Cylindrical-coordinate representation of color #70E0FD: hue angle of 192.34º 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 #70E0FD is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 224 | 253 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.01 |
| HSL | 192.34º | 0.97% | 0.72% | - |
| HSV(B) | 192.34º | 0.56% | 0.99% | - |
| XYZ | 51.07 | 63.85 | 102.56 | - |
| YUV | 193.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 253 | 0.56 | 0.11 | 0 | 0.01 | 192.34 | 0.97 | 0.72 |
| Hex | 70 | E0 | FD | 38 | B | 0 | 1 | C0 | 61 | 48 |
| Octal | 160 | 340 | 375 | 70 | 13 | 0 | 1 | 300 | 141 | 110 |
| Binary | 1110000 | 11100000 | 11111101 | 111000 | 1011 | 0 | 1 | 11000000 | 1100001 | 1001000 |
Color Harmonies of #70E0FD
Complementary color
Monochromatic Colors of #70E0FD
Black with #70E0FD
Text Example
Text Example
White with #70E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E0FD; }
p { color: rgb(112,224,253); }
H1.HeaderClassName
{
color: #70E0FD;
}
.AnyTagClassName
{
color: #70E0FD;
}
</style>
background-color css
<style>
a { background-color: #70E0FD; }
a { background-color: rgb(112,224,253); }
div.DivClassName
{
background-color: #70E0FD;
}
.BgClassName
{
background-color: #70E0FD;
}
</style>
border-color css
<style>
span { border-color: #70E0FD; }
span { border-color: rgb(112,224,253); }
td.TdClassName
{
border-color: #70E0FD;
}
.TagClassName
{
border-color: #70E0FD;
}
</style>