Html Css Color HEX #70EDE2 Turquoise Blue

📋 copy color: '#70EDE2'

red 112 ◦ green 237 ◦ blue 226

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

Shades of Turquoise Blue #70EDE2

Tints of Turquoise Blue #70EDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

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

R = 19.48%
G = 41.22%
B = 39.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#70EDE2 (or 0x70EDE2) is known color: Turquoise Blue. HEX triplet: 70, ED and E2. RGB value is (112,237,226). Sum of RGB (Red+Green+Blue) = 112+237+226=575 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.48% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDE2 is #8F121D. Grayscale: #C6C6C6. Windows color (decimal): -9376286 or 14871920. OLE color: 14871920.

HSL color Cylindrical-coordinate representation of color #70EDE2: hue angle of 174.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDE2 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 237 226 -
CMYK 0.53 0 0.05 0.07
HSL 174.72º 0.78% 0.68% -
HSV(B) 174.72º 0.53% 0.93% -
XYZ 50.69 69.5 82.7 -
YUV 198.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 112 237 226 0.53 0 0.05 0.07 174.72 0.78 0.68
Hex 70 ED E2 35 0 5 7 AF 4E 44
Octal 160 355 342 65 0 5 7 257 116 104
Binary 1110000 11101101 11100010 110101 0 101 111 10101111 1001110 1000100

Color Harmonies of #70EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDE2

Black with #70EDE2

Text Example


Text Example

White with #70EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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