Shades of Turquoise Blue #70CFE1
Tints of Turquoise Blue #70CFE1
RGB
CMYK
RGB Variations
Color information
#70CFE1 (or 0x70CFE1) is known color: Turquoise Blue. HEX triplet: 70, CF and E1. RGB value is (112,207,225). Sum of RGB (Red+Green+Blue) = 112+207+225=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #70CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFE1 is #8F301E. Grayscale: #B4B4B4. Windows color (decimal): -9383967 or 14798704. OLE color: 14798704.
HSL color Cylindrical-coordinate representation of color #70CFE1: hue angle of 189.56º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CFE1 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 207 | 225 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.12 |
| HSL | 189.56º | 0.65% | 0.66% | - |
| HSV(B) | 189.56º | 0.5% | 0.88% | - |
| XYZ | 42.59 | 53.51 | 79.32 | - |
| YUV | 180.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 225 | 0.50 | 0.08 | 0 | 0.12 | 189.56 | 0.65 | 0.66 |
| Hex | 70 | CF | E1 | 32 | 8 | 0 | C | BE | 41 | 42 |
| Octal | 160 | 317 | 341 | 62 | 10 | 0 | 14 | 276 | 101 | 102 |
| Binary | 1110000 | 11001111 | 11100001 | 110010 | 1000 | 0 | 1100 | 10111110 | 1000001 | 1000010 |
Color Harmonies of #70CFE1
Complementary color
Monochromatic Colors of #70CFE1
Black with #70CFE1
Text Example
Text Example
White with #70CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFE1; }
p { color: rgb(112,207,225); }
H1.HeaderClassName
{
color: #70CFE1;
}
.AnyTagClassName
{
color: #70CFE1;
}
</style>
background-color css
<style>
a { background-color: #70CFE1; }
a { background-color: rgb(112,207,225); }
div.DivClassName
{
background-color: #70CFE1;
}
.BgClassName
{
background-color: #70CFE1;
}
</style>
border-color css
<style>
span { border-color: #70CFE1; }
span { border-color: rgb(112,207,225); }
td.TdClassName
{
border-color: #70CFE1;
}
.TagClassName
{
border-color: #70CFE1;
}
</style>