Html Css Color HEX #70E9E2 Turquoise Blue

📋 copy color: '#70E9E2'

red 112 ◦ green 233 ◦ blue 226

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

Shades of Turquoise Blue #70E9E2

Tints of Turquoise Blue #70E9E2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 19.61%
G = 40.81%
B = 39.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#70E9E2 (or 0x70E9E2) is known color: Turquoise Blue. HEX triplet: 70, E9 and E2. RGB value is (112,233,226). Sum of RGB (Red+Green+Blue) = 112+233+226=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9E2 is #8F161D. Grayscale: #C3C3C3. Windows color (decimal): -9377310 or 14870896. OLE color: 14870896.

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

Color convert

RGB 112 233 226 -
CMYK 0.52 0 0.03 0.09
HSL 176.53º 0.73% 0.68% -
HSV(B) 176.53º 0.52% 0.91% -
XYZ 49.55 67.21 82.31 -
YUV 196.02 144.91 68.07 -
System Red Green Blue C M Y K H S L
Decimal 112 233 226 0.52 0 0.03 0.09 176.53 0.73 0.68
Hex 70 E9 E2 34 0 3 9 B1 49 44
Octal 160 351 342 64 0 3 11 261 111 104
Binary 1110000 11101001 11100010 110100 0 11 1001 10110001 1001001 1000100

Color Harmonies of #70E9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9E2

Black with #70E9E2

Text Example


Text Example

White with #70E9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,233,226); }

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

background-color css

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

 a { background-color: rgb(112,233,226); }

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

border-color css

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

 span { border-color: rgb(112,233,226); }

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