Html Css Color HEX #70DDD4 Turquoise Blue

📋 copy color: '#70DDD4'

red 112 ◦ green 221 ◦ blue 212

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

Shades of Turquoise Blue #70DDD4

Tints of Turquoise Blue #70DDD4

RGB

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

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

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

R = 20.55%
G = 40.55%
B = 38.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#70DDD4 (or 0x70DDD4) is known color: Turquoise Blue. HEX triplet: 70, DD and D4. RGB value is (112,221,212). Sum of RGB (Red+Green+Blue) = 112+221+212=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD4 is #8F222B. Grayscale: #BBBBBB. Windows color (decimal): -9380396 or 13950320. OLE color: 13950320.

HSL color Cylindrical-coordinate representation of color #70DDD4: hue angle of 175.05º 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 #70DDD4 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 212 -
CMYK 0.49 0 0.04 0.13
HSL 175.05º 0.62% 0.65% -
HSV(B) 175.05º 0.49% 0.87% -
XYZ 44.42 59.91 71.51 -
YUV 187.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 112 221 212 0.49 0 0.04 0.13 175.05 0.62 0.65
Hex 70 DD D4 31 0 4 D AF 3E 41
Octal 160 335 324 61 0 4 15 257 76 101
Binary 1110000 11011101 11010100 110001 0 100 1101 10101111 111110 1000001

Color Harmonies of #70DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDD4

Black with #70DDD4

Text Example


Text Example

White with #70DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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