Html Css Color HEX #70DBD4 Turquoise Blue

📋 copy color: '#70DBD4'

red 112 ◦ green 219 ◦ blue 212

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

Shades of Turquoise Blue #70DBD4

Tints of Turquoise Blue #70DBD4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 212 (83.2% from 255) = 39.04%

R = 20.63%
G = 40.33%
B = 39.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#70DBD4 (or 0x70DBD4) is known color: Turquoise Blue. HEX triplet: 70, DB and D4. RGB value is (112,219,212). Sum of RGB (Red+Green+Blue) = 112+219+212=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBD4 is #8F242B. Grayscale: #BABABA. Windows color (decimal): -9380908 or 13949808. OLE color: 13949808.

HSL color Cylindrical-coordinate representation of color #70DBD4: hue angle of 176.07º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DBD4 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 212 -
CMYK 0.49 0 0.03 0.14
HSL 176.07º 0.6% 0.65% -
HSV(B) 176.07º 0.49% 0.86% -
XYZ 43.9 58.86 71.34 -
YUV 186.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 112 219 212 0.49 0 0.03 0.14 176.07 0.6 0.65
Hex 70 DB D4 31 0 3 E B0 3C 41
Octal 160 333 324 61 0 3 16 260 74 101
Binary 1110000 11011011 11010100 110001 0 11 1110 10110000 111100 1000001

Color Harmonies of #70DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBD4

Black with #70DBD4

Text Example


Text Example

White with #70DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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