Html Css Color HEX #70DDD6 Turquoise Blue

📋 copy color: '#70DDD6'

red 112 ◦ green 221 ◦ blue 214

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

Shades of Turquoise Blue #70DDD6

Tints of Turquoise Blue #70DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.12%

R = 20.48%
G = 40.4%
B = 39.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#70DDD6 (or 0x70DDD6) is known color: Turquoise Blue. HEX triplet: 70, DD and D6. RGB value is (112,221,214). Sum of RGB (Red+Green+Blue) = 112+221+214=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD6 is #8F2229. Grayscale: #BBBBBB. Windows color (decimal): -9380394 or 14081392. OLE color: 14081392.

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

Color convert

RGB 112 221 214 -
CMYK 0.49 0 0.03 0.13
HSL 176.15º 0.62% 0.65% -
HSV(B) 176.15º 0.49% 0.87% -
XYZ 44.68 60.01 72.85 -
YUV 187.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 112 221 214 0.49 0 0.03 0.13 176.15 0.62 0.65
Hex 70 DD D6 31 0 3 D B0 3E 41
Octal 160 335 326 61 0 3 15 260 76 101
Binary 1110000 11011101 11010110 110001 0 11 1101 10110000 111110 1000001

Color Harmonies of #70DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDD6

Black with #70DDD6

Text Example


Text Example

White with #70DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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