Shades of Turquoise Blue #70CDEF
Tints of Turquoise Blue #70CDEF
RGB
CMYK
RGB Variations
Color information
#70CDEF (or 0x70CDEF) is known color: Turquoise Blue. HEX triplet: 70, CD and EF. RGB value is (112,205,239). Sum of RGB (Red+Green+Blue) = 112+205+239=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #70CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDEF is #8F3210. Grayscale: #B4B4B4. Windows color (decimal): -9384465 or 15715696. OLE color: 15715696.
HSL color Cylindrical-coordinate representation of color #70CDEF: hue angle of 196.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70CDEF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 205 | 239 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.06 |
| HSL | 196.06º | 0.8% | 0.69% | - |
| HSV(B) | 196.06º | 0.53% | 0.94% | - |
| XYZ | 44.09 | 53.34 | 89.63 | - |
| YUV | 181.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 239 | 0.53 | 0.14 | 0 | 0.06 | 196.06 | 0.8 | 0.69 |
| Hex | 70 | CD | EF | 35 | E | 0 | 6 | C4 | 50 | 45 |
| Octal | 160 | 315 | 357 | 65 | 16 | 0 | 6 | 304 | 120 | 105 |
| Binary | 1110000 | 11001101 | 11101111 | 110101 | 1110 | 0 | 110 | 11000100 | 1010000 | 1000101 |
Color Harmonies of #70CDEF
Complementary color
Monochromatic Colors of #70CDEF
Black with #70CDEF
Text Example
Text Example
White with #70CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDEF; }
p { color: rgb(112,205,239); }
H1.HeaderClassName
{
color: #70CDEF;
}
.AnyTagClassName
{
color: #70CDEF;
}
</style>
background-color css
<style>
a { background-color: #70CDEF; }
a { background-color: rgb(112,205,239); }
div.DivClassName
{
background-color: #70CDEF;
}
.BgClassName
{
background-color: #70CDEF;
}
</style>
border-color css
<style>
span { border-color: #70CDEF; }
span { border-color: rgb(112,205,239); }
td.TdClassName
{
border-color: #70CDEF;
}
.TagClassName
{
border-color: #70CDEF;
}
</style>