Html Css Color HEX #70EFE2 Turquoise Blue

📋 copy color: '#70EFE2'

red 112 ◦ green 239 ◦ blue 226

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

Shades of Turquoise Blue #70EFE2

Tints of Turquoise Blue #70EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 226 (88.67% from 255) = 39.17%

R = 19.41%
G = 41.42%
B = 39.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#70EFE2 (or 0x70EFE2) is known color: Turquoise Blue. HEX triplet: 70, EF and E2. RGB value is (112,239,226). Sum of RGB (Red+Green+Blue) = 112+239+226=577 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.41% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFE2 is #8F101D. Grayscale: #C7C7C7. Windows color (decimal): -9375774 or 14872432. OLE color: 14872432.

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

Color convert

RGB 112 239 226 -
CMYK 0.53 0 0.05 0.06
HSL 173.86º 0.8% 0.69% -
HSV(B) 173.86º 0.53% 0.94% -
XYZ 51.28 70.67 82.89 -
YUV 199.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 112 239 226 0.53 0 0.05 0.06 173.86 0.8 0.69
Hex 70 EF E2 35 0 5 6 AE 50 45
Octal 160 357 342 65 0 5 6 256 120 105
Binary 1110000 11101111 11100010 110101 0 101 110 10101110 1010000 1000101

Color Harmonies of #70EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFE2

Black with #70EFE2

Text Example


Text Example

White with #70EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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