Shades of Turquoise Blue #70CCE9
Tints of Turquoise Blue #70CCE9
RGB
CMYK
RGB Variations
Color information
#70CCE9 (or 0x70CCE9) is known color: Turquoise Blue. HEX triplet: 70, CC and E9. RGB value is (112,204,233). Sum of RGB (Red+Green+Blue) = 112+204+233=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #70CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCE9 is #8F3316. Grayscale: #B3B3B3. Windows color (decimal): -9384727 or 15322224. OLE color: 15322224.
HSL color Cylindrical-coordinate representation of color #70CCE9: hue angle of 194.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70CCE9 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 204 | 233 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.09 |
| HSL | 194.38º | 0.73% | 0.68% | - |
| HSV(B) | 194.38º | 0.52% | 0.91% | - |
| XYZ | 42.98 | 52.51 | 84.96 | - |
| YUV | 179.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 233 | 0.52 | 0.12 | 0 | 0.09 | 194.38 | 0.73 | 0.68 |
| Hex | 70 | CC | E9 | 34 | C | 0 | 9 | C2 | 49 | 44 |
| Octal | 160 | 314 | 351 | 64 | 14 | 0 | 11 | 302 | 111 | 104 |
| Binary | 1110000 | 11001100 | 11101001 | 110100 | 1100 | 0 | 1001 | 11000010 | 1001001 | 1000100 |
Color Harmonies of #70CCE9
Complementary color
Monochromatic Colors of #70CCE9
Black with #70CCE9
Text Example
Text Example
White with #70CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCE9; }
p { color: rgb(112,204,233); }
H1.HeaderClassName
{
color: #70CCE9;
}
.AnyTagClassName
{
color: #70CCE9;
}
</style>
background-color css
<style>
a { background-color: #70CCE9; }
a { background-color: rgb(112,204,233); }
div.DivClassName
{
background-color: #70CCE9;
}
.BgClassName
{
background-color: #70CCE9;
}
</style>
border-color css
<style>
span { border-color: #70CCE9; }
span { border-color: rgb(112,204,233); }
td.TdClassName
{
border-color: #70CCE9;
}
.TagClassName
{
border-color: #70CCE9;
}
</style>