Html Css Color HEX #70EEDE Turquoise Blue

📋 copy color: '#70EEDE'

red 112 ◦ green 238 ◦ blue 222

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

Shades of Turquoise Blue #70EEDE

Tints of Turquoise Blue #70EEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.61%

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

R = 19.58%
G = 41.61%
B = 38.81%

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

#70EEDE (or 0x70EEDE) is known color: Turquoise Blue. HEX triplet: 70, EE and DE. RGB value is (112,238,222). Sum of RGB (Red+Green+Blue) = 112+238+222=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEDE is #8F1121. Grayscale: #C6C6C6. Windows color (decimal): -9376034 or 14610032. OLE color: 14610032.

HSL color Cylindrical-coordinate representation of color #70EEDE: hue angle of 172.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEDE is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 222 -
CMYK 0.53 0 0.07 0.07
HSL 172.38º 0.79% 0.69% -
HSV(B) 172.38º 0.53% 0.93% -
XYZ 50.44 69.87 79.93 -
YUV 198.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 112 238 222 0.53 0 0.07 0.07 172.38 0.79 0.69
Hex 70 EE DE 35 0 7 7 AC 4F 45
Octal 160 356 336 65 0 7 7 254 117 105
Binary 1110000 11101110 11011110 110101 0 111 111 10101100 1001111 1000101

Color Harmonies of #70EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEDE

Black with #70EEDE

Text Example


Text Example

White with #70EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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