Html Css Color HEX #70ECEC Turquoise Blue

📋 copy color: '#70ECEC'

red 112 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #70ECEC

Tints of Turquoise Blue #70ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 19.18%
G = 40.41%
B = 40.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70ECEC (or 0x70ECEC) is known color: Turquoise Blue. HEX triplet: 70, EC and EC. RGB value is (112,236,236). Sum of RGB (Red+Green+Blue) = 112+236+236=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #70ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECEC is #8F1313. Grayscale: #C6C6C6. Windows color (decimal): -9376532 or 15527024. OLE color: 15527024.

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

Color convert

RGB 112 236 236 -
CMYK 0.53 0 0 0.07
HSL 180º 0.77% 0.68% -
HSV(B) 180º 0.53% 0.93% -
XYZ 51.82 69.49 90.04 -
YUV 198.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 112 236 236 0.53 0 0 0.07 180 0.77 0.68
Hex 70 EC EC 35 0 0 7 B4 4D 44
Octal 160 354 354 65 0 0 7 264 115 104
Binary 1110000 11101100 11101100 110101 0 0 111 10110100 1001101 1000100

Color Harmonies of #70ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECEC

Black with #70ECEC

Text Example


Text Example

White with #70ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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