Html Css Color HEX #70EAE4 Turquoise Blue

📋 copy color: '#70EAE4'

red 112 ◦ green 234 ◦ blue 228

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

Shades of Turquoise Blue #70EAE4

Tints of Turquoise Blue #70EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.72%

R = 19.51%
G = 40.77%
B = 39.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#70EAE4 (or 0x70EAE4) is known color: Turquoise Blue. HEX triplet: 70, EA and E4. RGB value is (112,234,228). Sum of RGB (Red+Green+Blue) = 112+234+228=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAE4 is #8F151B. Grayscale: #C4C4C4. Windows color (decimal): -9377052 or 15002224. OLE color: 15002224.

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

Color convert

RGB 112 234 228 -
CMYK 0.52 0 0.03 0.08
HSL 177.05º 0.74% 0.68% -
HSV(B) 177.05º 0.52% 0.92% -
XYZ 50.11 67.89 83.86 -
YUV 196.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 112 234 228 0.52 0 0.03 0.08 177.05 0.74 0.68
Hex 70 EA E4 34 0 3 8 B1 4A 44
Octal 160 352 344 64 0 3 10 261 112 104
Binary 1110000 11101010 11100100 110100 0 11 1000 10110001 1001010 1000100

Color Harmonies of #70EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EAE4

Black with #70EAE4

Text Example


Text Example

White with #70EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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