Shades of Turquoise Blue #70CEE6
Tints of Turquoise Blue #70CEE6
RGB
CMYK
RGB Variations
Color information
#70CEE6 (or 0x70CEE6) is known color: Turquoise Blue. HEX triplet: 70, CE and E6. RGB value is (112,206,230). Sum of RGB (Red+Green+Blue) = 112+206+230=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #70CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEE6 is #8F3119. Grayscale: #B4B4B4. Windows color (decimal): -9384218 or 15126128. OLE color: 15126128.
HSL color Cylindrical-coordinate representation of color #70CEE6: hue angle of 192.2º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CEE6 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 206 | 230 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.10 |
| HSL | 192.2º | 0.7% | 0.67% | - |
| HSV(B) | 192.2º | 0.51% | 0.9% | - |
| XYZ | 43.04 | 53.3 | 82.88 | - |
| YUV | 180.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 230 | 0.51 | 0.10 | 0 | 0.10 | 192.2 | 0.7 | 0.67 |
| Hex | 70 | CE | E6 | 33 | A | 0 | A | C0 | 46 | 43 |
| Octal | 160 | 316 | 346 | 63 | 12 | 0 | 12 | 300 | 106 | 103 |
| Binary | 1110000 | 11001110 | 11100110 | 110011 | 1010 | 0 | 1010 | 11000000 | 1000110 | 1000011 |
Color Harmonies of #70CEE6
Complementary color
Monochromatic Colors of #70CEE6
Black with #70CEE6
Text Example
Text Example
White with #70CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEE6; }
p { color: rgb(112,206,230); }
H1.HeaderClassName
{
color: #70CEE6;
}
.AnyTagClassName
{
color: #70CEE6;
}
</style>
background-color css
<style>
a { background-color: #70CEE6; }
a { background-color: rgb(112,206,230); }
div.DivClassName
{
background-color: #70CEE6;
}
.BgClassName
{
background-color: #70CEE6;
}
</style>
border-color css
<style>
span { border-color: #70CEE6; }
span { border-color: rgb(112,206,230); }
td.TdClassName
{
border-color: #70CEE6;
}
.TagClassName
{
border-color: #70CEE6;
}
</style>