Html Css Color HEX #70DDDB Turquoise Blue

📋 copy color: '#70DDDB'

red 112 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #70DDDB

Tints of Turquoise Blue #70DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

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

R = 20.29%
G = 40.04%
B = 39.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#70DDDB (or 0x70DDDB) is known color: Turquoise Blue. HEX triplet: 70, DD and DB. RGB value is (112,221,219). Sum of RGB (Red+Green+Blue) = 112+221+219=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDDB is #8F2224. Grayscale: #BCBCBC. Windows color (decimal): -9380389 or 14409072. OLE color: 14409072.

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

Color convert

RGB 112 221 219 -
CMYK 0.49 0 0.01 0.13
HSL 178.9º 0.62% 0.65% -
HSV(B) 178.9º 0.49% 0.87% -
XYZ 45.32 60.27 76.26 -
YUV 188.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 112 221 219 0.49 0 0.01 0.13 178.9 0.62 0.65
Hex 70 DD DB 31 0 1 D B3 3E 41
Octal 160 335 333 61 0 1 15 263 76 101
Binary 1110000 11011101 11011011 110001 0 1 1101 10110011 111110 1000001

Color Harmonies of #70DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDDB

Black with #70DDDB

Text Example


Text Example

White with #70DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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