Html Css Color HEX #70EBE3 Turquoise Blue

📋 copy color: '#70EBE3'

red 112 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #70EBE3

Tints of Turquoise Blue #70EBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.94%

 BLUE value IS 227 (89.06% from 255) = 39.55%

R = 19.51%
G = 40.94%
B = 39.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#70EBE3 (or 0x70EBE3) is known color: Turquoise Blue. HEX triplet: 70, EB and E3. RGB value is (112,235,227). Sum of RGB (Red+Green+Blue) = 112+235+227=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBE3 is #8F141C. Grayscale: #C5C5C5. Windows color (decimal): -9376797 or 14936944. OLE color: 14936944.

HSL color Cylindrical-coordinate representation of color #70EBE3: hue angle of 176.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBE3 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 227 -
CMYK 0.52 0 0.03 0.08
HSL 176.1º 0.75% 0.68% -
HSV(B) 176.1º 0.52% 0.92% -
XYZ 50.26 68.41 83.23 -
YUV 197.31 144.75 67.15 -
System Red Green Blue C M Y K H S L
Decimal 112 235 227 0.52 0 0.03 0.08 176.1 0.75 0.68
Hex 70 EB E3 34 0 3 8 B0 4B 44
Octal 160 353 343 64 0 3 10 260 113 104
Binary 1110000 11101011 11100011 110100 0 11 1000 10110000 1001011 1000100

Color Harmonies of #70EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBE3

Black with #70EBE3

Text Example


Text Example

White with #70EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,227); }

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

background-color css

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

 a { background-color: rgb(112,235,227); }

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

border-color css

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

 span { border-color: rgb(112,235,227); }

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