Html Css Color HEX #70E1DB Turquoise Blue

📋 copy color: '#70E1DB'

red 112 ◦ green 225 ◦ blue 219

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

Shades of Turquoise Blue #70E1DB

Tints of Turquoise Blue #70E1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 20.14%
G = 40.47%
B = 39.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#70E1DB (or 0x70E1DB) is known color: Turquoise Blue. HEX triplet: 70, E1 and DB. RGB value is (112,225,219). Sum of RGB (Red+Green+Blue) = 112+225+219=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E1DB is #8F1E24. Grayscale: #BEBEBE. Windows color (decimal): -9379365 or 14410096. OLE color: 14410096.

HSL color Cylindrical-coordinate representation of color #70E1DB: hue angle of 176.81º 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 #70E1DB is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 219 -
CMYK 0.50 0 0.03 0.12
HSL 176.81º 0.65% 0.66% -
HSV(B) 176.81º 0.5% 0.88% -
XYZ 46.39 62.41 76.62 -
YUV 190.53 144.06 71.99 -
System Red Green Blue C M Y K H S L
Decimal 112 225 219 0.50 0 0.03 0.12 176.81 0.65 0.66
Hex 70 E1 DB 32 0 3 C B1 41 42
Octal 160 341 333 62 0 3 14 261 101 102
Binary 1110000 11100001 11011011 110010 0 11 1100 10110001 1000001 1000010

Color Harmonies of #70E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E1DB

Black with #70E1DB

Text Example


Text Example

White with #70E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,219); }

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

background-color css

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

 a { background-color: rgb(112,225,219); }

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

border-color css

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

 span { border-color: rgb(112,225,219); }

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