Html Css Color HEX #70EBDF Turquoise Blue

📋 copy color: '#70EBDF'

red 112 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #70EBDF

Tints of Turquoise Blue #70EBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 19.65%
G = 41.23%
B = 39.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#70EBDF (or 0x70EBDF) is known color: Turquoise Blue. HEX triplet: 70, EB and DF. RGB value is (112,235,223). Sum of RGB (Red+Green+Blue) = 112+235+223=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBDF is #8F1420. Grayscale: #C4C4C4. Windows color (decimal): -9376801 or 14674800. OLE color: 14674800.

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

Color convert

RGB 112 235 223 -
CMYK 0.52 0 0.05 0.08
HSL 174.15º 0.75% 0.68% -
HSV(B) 174.15º 0.52% 0.92% -
XYZ 49.71 68.19 80.35 -
YUV 196.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 112 235 223 0.52 0 0.05 0.08 174.15 0.75 0.68
Hex 70 EB DF 34 0 5 8 AE 4B 44
Octal 160 353 337 64 0 5 10 256 113 104
Binary 1110000 11101011 11011111 110100 0 101 1000 10101110 1001011 1000100

Color Harmonies of #70EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EBDF

Black with #70EBDF

Text Example


Text Example

White with #70EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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