Html Css Color HEX #70ECE7 Turquoise Blue

📋 copy color: '#70ECE7'

red 112 ◦ green 236 ◦ blue 231

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

Shades of Turquoise Blue #70ECE7

Tints of Turquoise Blue #70ECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.76%

 BLUE value IS 231 (90.63% from 255) = 39.9%

R = 19.34%
G = 40.76%
B = 39.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#70ECE7 (or 0x70ECE7) is known color: Turquoise Blue. HEX triplet: 70, EC and E7. RGB value is (112,236,231). Sum of RGB (Red+Green+Blue) = 112+236+231=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECE7 is #8F1318. Grayscale: #C6C6C6. Windows color (decimal): -9376537 or 15199344. OLE color: 15199344.

HSL color Cylindrical-coordinate representation of color #70ECE7: hue angle of 177.58º degrees, saturation: 0.77, 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 #70ECE7 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 231 -
CMYK 0.53 0 0.02 0.07
HSL 177.58º 0.77% 0.68% -
HSV(B) 177.58º 0.53% 0.93% -
XYZ 51.1 69.21 86.27 -
YUV 198.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 112 236 231 0.53 0 0.02 0.07 177.58 0.77 0.68
Hex 70 EC E7 35 0 2 7 B2 4D 44
Octal 160 354 347 65 0 2 7 262 115 104
Binary 1110000 11101100 11100111 110101 0 10 111 10110010 1001101 1000100

Color Harmonies of #70ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECE7

Black with #70ECE7

Text Example


Text Example

White with #70ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,231); }

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

background-color css

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

 a { background-color: rgb(112,236,231); }

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

border-color css

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

 span { border-color: rgb(112,236,231); }

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