Html Css Color HEX #70D2DA Turquoise Blue

📋 copy color: '#70D2DA'

red 112 ◦ green 210 ◦ blue 218

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

Shades of Turquoise Blue #70D2DA

Tints of Turquoise Blue #70D2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.89%

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 20.74%
G = 38.89%
B = 40.37%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70D2DA (or 0x70D2DA) is known color: Turquoise Blue. HEX triplet: 70, D2 and DA. RGB value is (112,210,218). Sum of RGB (Red+Green+Blue) = 112+210+218=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #70D2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2DA is #8F2D25. Grayscale: #B5B5B5. Windows color (decimal): -9383206 or 14340720. OLE color: 14340720.

HSL color Cylindrical-coordinate representation of color #70D2DA: hue angle of 184.53º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70D2DA is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 210 218 -
CMYK 0.49 0.04 0 0.15
HSL 184.53º 0.59% 0.65% -
HSV(B) 184.53º 0.49% 0.85% -
XYZ 42.38 54.6 74.63 -
YUV 181.61 148.53 78.35 -
System Red Green Blue C M Y K H S L
Decimal 112 210 218 0.49 0.04 0 0.15 184.53 0.59 0.65
Hex 70 D2 DA 31 4 0 F B9 3B 41
Octal 160 322 332 61 4 0 17 271 73 101
Binary 1110000 11010010 11011010 110001 100 0 1111 10111001 111011 1000001

Color Harmonies of #70D2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2DA

Black with #70D2DA

Text Example


Text Example

White with #70D2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,218); }

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

background-color css

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

 a { background-color: rgb(112,210,218); }

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

border-color css

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

 span { border-color: rgb(112,210,218); }

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