Html Css Color HEX #70E7DC Turquoise Blue

📋 copy color: '#70E7DC'

red 112 ◦ green 231 ◦ blue 220

#70E7DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #70E7DC

Tints of Turquoise Blue #70E7DC

RGB

 RED value IS 112 (44.14% from 255) = 19.89%

 GREEN value IS 231 (90.63% from 255) = 41.03%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 19.89%
G = 41.03%
B = 39.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70E7DC (or 0x70E7DC) is known color: Turquoise Blue. HEX triplet: 70, E7 and DC. RGB value is (112,231,220). Sum of RGB (Red+Green+Blue) = 112+231+220=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7DC is #8F1823. Grayscale: #C2C2C2. Windows color (decimal): -9377828 or 14477168. OLE color: 14477168.

HSL color Cylindrical-coordinate representation of color #70E7DC: hue angle of 174.45º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7DC is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 220 -
CMYK 0.52 0 0.05 0.09
HSL 174.45º 0.71% 0.67% -
HSV(B) 174.45º 0.52% 0.91% -
XYZ 48.18 65.76 77.86 -
YUV 194.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 112 231 220 0.52 0 0.05 0.09 174.45 0.71 0.67
Hex 70 E7 DC 34 0 5 9 AE 47 43
Octal 160 347 334 64 0 5 11 256 107 103
Binary 1110000 11100111 11011100 110100 0 101 1001 10101110 1000111 1000011

Color Harmonies of #70E7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E7DC

Black with #70E7DC

Text Example


Text Example

White with #70E7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70E7DC; }

 p { color: rgb(112,231,220); }

 H1.HeaderClassName
 {
   color: #70E7DC;
 }
 .AnyTagClassName
 {
   color: #70E7DC;
 }
</style>

background-color css

<style>
 a { background-color: #70E7DC; }

 a { background-color: rgb(112,231,220); }

 div.DivClassName
 {
   background-color: #70E7DC;
 }
 .BgClassName
 {
   background-color: #70E7DC;
 }
</style>

border-color css

<style>
 span { border-color: #70E7DC; }

 span { border-color: rgb(112,231,220); }

 td.TdClassName
 {
   border-color: #70E7DC;
 }
 .TagClassName
 {
   border-color: #70E7DC;
 }
</style>