Html Css Color HEX #70ECEF Turquoise Blue

📋 copy color: '#70ECEF'

red 112 ◦ green 236 ◦ blue 239

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

Shades of Turquoise Blue #70ECEF

Tints of Turquoise Blue #70ECEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 19.08%
G = 40.2%
B = 40.72%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70ECEF (or 0x70ECEF) is known color: Turquoise Blue. HEX triplet: 70, EC and EF. RGB value is (112,236,239). Sum of RGB (Red+Green+Blue) = 112+236+239=587 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.08% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #70ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECEF is #8F1310. Grayscale: #C7C7C7. Windows color (decimal): -9376529 or 15723632. OLE color: 15723632.

HSL color Cylindrical-coordinate representation of color #70ECEF: hue angle of 181.42º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECEF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 236 239 -
CMYK 0.53 0.01 0 0.06
HSL 181.42º 0.8% 0.69% -
HSV(B) 181.42º 0.53% 0.94% -
XYZ 52.26 69.67 92.35 -
YUV 199.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 112 236 239 0.53 0.01 0 0.06 181.42 0.8 0.69
Hex 70 EC EF 35 1 0 6 B5 50 45
Octal 160 354 357 65 1 0 6 265 120 105
Binary 1110000 11101100 11101111 110101 1 0 110 10110101 1010000 1000101

Color Harmonies of #70ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECEF

Black with #70ECEF

Text Example


Text Example

White with #70ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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