Html Css Color HEX #70EADB Turquoise Blue

📋 copy color: '#70EADB'

red 112 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #70EADB

Tints of Turquoise Blue #70EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

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

R = 19.82%
G = 41.42%
B = 38.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#70EADB (or 0x70EADB) is known color: Turquoise Blue. HEX triplet: 70, EA and DB. RGB value is (112,234,219). Sum of RGB (Red+Green+Blue) = 112+234+219=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #70EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EADB is #8F1524. Grayscale: #C3C3C3. Windows color (decimal): -9377061 or 14412400. OLE color: 14412400.

HSL color Cylindrical-coordinate representation of color #70EADB: hue angle of 172.62º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EADB is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 219 -
CMYK 0.52 0 0.06 0.08
HSL 172.62º 0.74% 0.68% -
HSV(B) 172.62º 0.52% 0.92% -
XYZ 48.89 67.4 77.45 -
YUV 195.81 141.08 68.22 -
System Red Green Blue C M Y K H S L
Decimal 112 234 219 0.52 0 0.06 0.08 172.62 0.74 0.68
Hex 70 EA DB 34 0 6 8 AD 4A 44
Octal 160 352 333 64 0 6 10 255 112 104
Binary 1110000 11101010 11011011 110100 0 110 1000 10101101 1001010 1000100

Color Harmonies of #70EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EADB

Black with #70EADB

Text Example


Text Example

White with #70EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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