Html Css Color HEX #70EADA Turquoise Blue

📋 copy color: '#70EADA'

red 112 ◦ green 234 ◦ blue 218

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

Shades of Turquoise Blue #70EADA

Tints of Turquoise Blue #70EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 19.86%
G = 41.49%
B = 38.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#70EADA (or 0x70EADA) is known color: Turquoise Blue. HEX triplet: 70, EA and DA. RGB value is (112,234,218). Sum of RGB (Red+Green+Blue) = 112+234+218=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #70EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EADA is #8F1525. Grayscale: #C3C3C3. Windows color (decimal): -9377062 or 14346864. OLE color: 14346864.

HSL color Cylindrical-coordinate representation of color #70EADA: hue angle of 172.13º 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 #70EADA is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 218 -
CMYK 0.52 0 0.07 0.08
HSL 172.13º 0.74% 0.68% -
HSV(B) 172.13º 0.52% 0.92% -
XYZ 48.76 67.35 76.76 -
YUV 195.7 140.58 68.3 -
System Red Green Blue C M Y K H S L
Decimal 112 234 218 0.52 0 0.07 0.08 172.13 0.74 0.68
Hex 70 EA DA 34 0 7 8 AC 4A 44
Octal 160 352 332 64 0 7 10 254 112 104
Binary 1110000 11101010 11011010 110100 0 111 1000 10101100 1001010 1000100

Color Harmonies of #70EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EADA

Black with #70EADA

Text Example


Text Example

White with #70EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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