Shades of Turquoise Blue #70EAEA
Tints of Turquoise Blue #70EAEA
RGB
CMYK
RGB Variations
Color information
#70EAEA (or 0x70EAEA) is known color: Turquoise Blue. HEX triplet: 70, EA and EA. RGB value is (112,234,234). Sum of RGB (Red+Green+Blue) = 112+234+234=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #70EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAEA is #8F1515. Grayscale: #C5C5C5. Windows color (decimal): -9377046 or 15395440. OLE color: 15395440.
HSL color Cylindrical-coordinate representation of color #70EAEA: hue angle of 180º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EAEA is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 234 | - |
| CMYK | 0.52 | 0 | 0 | 0.08 |
| HSL | 180º | 0.74% | 0.68% | - |
| HSV(B) | 180º | 0.52% | 0.92% | - |
| XYZ | 50.96 | 68.23 | 88.33 | - |
| YUV | 197.52 | 148.58 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 234 | 0.52 | 0 | 0 | 0.08 | 180 | 0.74 | 0.68 |
| Hex | 70 | EA | EA | 34 | 0 | 0 | 8 | B4 | 4A | 44 |
| Octal | 160 | 352 | 352 | 64 | 0 | 0 | 10 | 264 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11101010 | 110100 | 0 | 0 | 1000 | 10110100 | 1001010 | 1000100 |
Color Harmonies of #70EAEA
Complementary color
Monochromatic Colors of #70EAEA
Black with #70EAEA
Text Example
Text Example
White with #70EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EAEA; }
p { color: rgb(112,234,234); }
H1.HeaderClassName
{
color: #70EAEA;
}
.AnyTagClassName
{
color: #70EAEA;
}
</style>
background-color css
<style>
a { background-color: #70EAEA; }
a { background-color: rgb(112,234,234); }
div.DivClassName
{
background-color: #70EAEA;
}
.BgClassName
{
background-color: #70EAEA;
}
</style>
border-color css
<style>
span { border-color: #70EAEA; }
span { border-color: rgb(112,234,234); }
td.TdClassName
{
border-color: #70EAEA;
}
.TagClassName
{
border-color: #70EAEA;
}
</style>