Html Css Color HEX #70DDDC Turquoise Blue

📋 copy color: '#70DDDC'

red 112 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #70DDDC

Tints of Turquoise Blue #70DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 20.25%
G = 39.96%
B = 39.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#70DDDC (or 0x70DDDC) is known color: Turquoise Blue. HEX triplet: 70, DD and DC. RGB value is (112,221,220). Sum of RGB (Red+Green+Blue) = 112+221+220=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDDC is #8F2223. Grayscale: #BCBCBC. Windows color (decimal): -9380388 or 14474608. OLE color: 14474608.

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

Color convert

RGB 112 221 220 -
CMYK 0.49 0 0.00 0.13
HSL 179.45º 0.62% 0.65% -
HSV(B) 179.45º 0.49% 0.87% -
XYZ 45.46 60.32 76.96 -
YUV 188.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 112 221 220 0.49 0 0.00 0.13 179.45 0.62 0.65
Hex 70 DD DC 31 0 0 D B3 3E 41
Octal 160 335 334 61 0 0 15 263 76 101
Binary 1110000 11011101 11011100 110001 0 0 1101 10110011 111110 1000001

Color Harmonies of #70DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDDC

Black with #70DDDC

Text Example


Text Example

White with #70DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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