Html Css Color HEX #70E7DE Turquoise Blue

📋 copy color: '#70E7DE'

red 112 ◦ green 231 ◦ blue 222

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

Shades of Turquoise Blue #70E7DE

Tints of Turquoise Blue #70E7DE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.88%

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

R = 19.82%
G = 40.88%
B = 39.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#70E7DE (or 0x70E7DE) is known color: Turquoise Blue. HEX triplet: 70, E7 and DE. RGB value is (112,231,222). Sum of RGB (Red+Green+Blue) = 112+231+222=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7DE is #8F1821. Grayscale: #C2C2C2. Windows color (decimal): -9377826 or 14608240. OLE color: 14608240.

HSL color Cylindrical-coordinate representation of color #70E7DE: hue angle of 175.46º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7DE is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 231 222 -
CMYK 0.52 0 0.04 0.09
HSL 175.46º 0.71% 0.67% -
HSV(B) 175.46º 0.52% 0.91% -
XYZ 48.44 65.87 79.27 -
YUV 194.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 112 231 222 0.52 0 0.04 0.09 175.46 0.71 0.67
Hex 70 E7 DE 34 0 4 9 AF 47 43
Octal 160 347 336 64 0 4 11 257 107 103
Binary 1110000 11100111 11011110 110100 0 100 1001 10101111 1000111 1000011

Color Harmonies of #70E7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E7DE

Black with #70E7DE

Text Example


Text Example

White with #70E7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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