Html Css Color HEX #70ECDE Turquoise Blue

📋 copy color: '#70ECDE'

red 112 ◦ green 236 ◦ blue 222

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

Shades of Turquoise Blue #70ECDE

Tints of Turquoise Blue #70ECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 19.65%
G = 41.4%
B = 38.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#70ECDE (or 0x70ECDE) is known color: Turquoise Blue. HEX triplet: 70, EC and DE. RGB value is (112,236,222). Sum of RGB (Red+Green+Blue) = 112+236+222=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECDE is #8F1321. Grayscale: #C5C5C5. Windows color (decimal): -9376546 or 14609520. OLE color: 14609520.

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

Color convert

RGB 112 236 222 -
CMYK 0.53 0 0.06 0.07
HSL 173.23º 0.77% 0.68% -
HSV(B) 173.23º 0.53% 0.93% -
XYZ 49.86 68.71 79.74 -
YUV 197.33 141.92 67.14 -
System Red Green Blue C M Y K H S L
Decimal 112 236 222 0.53 0 0.06 0.07 173.23 0.77 0.68
Hex 70 EC DE 35 0 6 7 AD 4D 44
Octal 160 354 336 65 0 6 7 255 115 104
Binary 1110000 11101100 11011110 110101 0 110 111 10101101 1001101 1000100

Color Harmonies of #70ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECDE

Black with #70ECDE

Text Example


Text Example

White with #70ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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