Shades of Turquoise Blue #70CFEA
Tints of Turquoise Blue #70CFEA
RGB
CMYK
RGB Variations
Color information
#70CFEA (or 0x70CFEA) is known color: Turquoise Blue. HEX triplet: 70, CF and EA. RGB value is (112,207,234). Sum of RGB (Red+Green+Blue) = 112+207+234=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #70CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFEA is #8F3015. Grayscale: #B5B5B5. Windows color (decimal): -9383958 or 15388528. OLE color: 15388528.
HSL color Cylindrical-coordinate representation of color #70CFEA: hue angle of 193.28º 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 #70CFEA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 207 | 234 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.08 |
| HSL | 193.28º | 0.74% | 0.68% | - |
| HSV(B) | 193.28º | 0.52% | 0.92% | - |
| XYZ | 43.85 | 54.01 | 85.96 | - |
| YUV | 181.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 234 | 0.52 | 0.12 | 0 | 0.08 | 193.28 | 0.74 | 0.68 |
| Hex | 70 | CF | EA | 34 | C | 0 | 8 | C1 | 4A | 44 |
| Octal | 160 | 317 | 352 | 64 | 14 | 0 | 10 | 301 | 112 | 104 |
| Binary | 1110000 | 11001111 | 11101010 | 110100 | 1100 | 0 | 1000 | 11000001 | 1001010 | 1000100 |
Color Harmonies of #70CFEA
Complementary color
Monochromatic Colors of #70CFEA
Black with #70CFEA
Text Example
Text Example
White with #70CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFEA; }
p { color: rgb(112,207,234); }
H1.HeaderClassName
{
color: #70CFEA;
}
.AnyTagClassName
{
color: #70CFEA;
}
</style>
background-color css
<style>
a { background-color: #70CFEA; }
a { background-color: rgb(112,207,234); }
div.DivClassName
{
background-color: #70CFEA;
}
.BgClassName
{
background-color: #70CFEA;
}
</style>
border-color css
<style>
span { border-color: #70CFEA; }
span { border-color: rgb(112,207,234); }
td.TdClassName
{
border-color: #70CFEA;
}
.TagClassName
{
border-color: #70CFEA;
}
</style>