Html Css Color HEX #70DEDB Turquoise Blue

📋 copy color: '#70DEDB'

red 112 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #70DEDB

Tints of Turquoise Blue #70DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.14%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 20.25%
G = 40.14%
B = 39.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#70DEDB (or 0x70DEDB) is known color: Turquoise Blue. HEX triplet: 70, DE and DB. RGB value is (112,222,219). Sum of RGB (Red+Green+Blue) = 112+222+219=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEDB is #8F2124. Grayscale: #BCBCBC. Windows color (decimal): -9380133 or 14409328. OLE color: 14409328.

HSL color Cylindrical-coordinate representation of color #70DEDB: hue angle of 178.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEDB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 219 -
CMYK 0.50 0 0.01 0.13
HSL 178.36º 0.63% 0.65% -
HSV(B) 178.36º 0.5% 0.87% -
XYZ 45.59 60.8 76.35 -
YUV 188.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 112 222 219 0.50 0 0.01 0.13 178.36 0.63 0.65
Hex 70 DE DB 32 0 1 D B2 3E 41
Octal 160 336 333 62 0 1 15 262 76 101
Binary 1110000 11011110 11011011 110010 0 1 1101 10110010 111110 1000001

Color Harmonies of #70DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEDB

Black with #70DEDB

Text Example


Text Example

White with #70DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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