Html Css Color HEX #70ECDB Turquoise Blue

📋 copy color: '#70ECDB'

red 112 ◦ green 236 ◦ blue 219

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

Shades of Turquoise Blue #70ECDB

Tints of Turquoise Blue #70ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.62%

R = 19.75%
G = 41.62%
B = 38.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#70ECDB (or 0x70ECDB) is known color: Turquoise Blue. HEX triplet: 70, EC and DB. RGB value is (112,236,219). Sum of RGB (Red+Green+Blue) = 112+236+219=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECDB is #8F1324. Grayscale: #C4C4C4. Windows color (decimal): -9376549 or 14412912. OLE color: 14412912.

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

Color convert

RGB 112 236 219 -
CMYK 0.53 0 0.07 0.07
HSL 171.77º 0.77% 0.68% -
HSV(B) 171.77º 0.53% 0.93% -
XYZ 49.46 68.55 77.64 -
YUV 196.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 112 236 219 0.53 0 0.07 0.07 171.77 0.77 0.68
Hex 70 EC DB 35 0 7 7 AC 4D 44
Octal 160 354 333 65 0 7 7 254 115 104
Binary 1110000 11101100 11011011 110101 0 111 111 10101100 1001101 1000100

Color Harmonies of #70ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECDB

Black with #70ECDB

Text Example


Text Example

White with #70ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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