Shades of Turquoise Blue #70CFED
Tints of Turquoise Blue #70CFED
RGB
CMYK
RGB Variations
Color information
#70CFED (or 0x70CFED) is known color: Turquoise Blue. HEX triplet: 70, CF and ED. RGB value is (112,207,237). Sum of RGB (Red+Green+Blue) = 112+207+237=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #70CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFED is #8F3012. Grayscale: #B5B5B5. Windows color (decimal): -9383955 or 15585136. OLE color: 15585136.
HSL color Cylindrical-coordinate representation of color #70CFED: hue angle of 194.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70CFED is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 207 | 237 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.07 |
| HSL | 194.4º | 0.78% | 0.68% | - |
| HSV(B) | 194.4º | 0.53% | 0.93% | - |
| XYZ | 44.28 | 54.18 | 88.25 | - |
| YUV | 182.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 237 | 0.53 | 0.13 | 0 | 0.07 | 194.4 | 0.78 | 0.68 |
| Hex | 70 | CF | ED | 35 | D | 0 | 7 | C2 | 4E | 44 |
| Octal | 160 | 317 | 355 | 65 | 15 | 0 | 7 | 302 | 116 | 104 |
| Binary | 1110000 | 11001111 | 11101101 | 110101 | 1101 | 0 | 111 | 11000010 | 1001110 | 1000100 |
Color Harmonies of #70CFED
Complementary color
Monochromatic Colors of #70CFED
Black with #70CFED
Text Example
Text Example
White with #70CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFED; }
p { color: rgb(112,207,237); }
H1.HeaderClassName
{
color: #70CFED;
}
.AnyTagClassName
{
color: #70CFED;
}
</style>
background-color css
<style>
a { background-color: #70CFED; }
a { background-color: rgb(112,207,237); }
div.DivClassName
{
background-color: #70CFED;
}
.BgClassName
{
background-color: #70CFED;
}
</style>
border-color css
<style>
span { border-color: #70CFED; }
span { border-color: rgb(112,207,237); }
td.TdClassName
{
border-color: #70CFED;
}
.TagClassName
{
border-color: #70CFED;
}
</style>