Html Css Color HEX #70DED5 Turquoise Blue

📋 copy color: '#70DED5'

red 112 ◦ green 222 ◦ blue 213

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

Shades of Turquoise Blue #70DED5

Tints of Turquoise Blue #70DED5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 20.48%
G = 40.59%
B = 38.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#70DED5 (or 0x70DED5) is known color: Turquoise Blue. HEX triplet: 70, DE and D5. RGB value is (112,222,213). Sum of RGB (Red+Green+Blue) = 112+222+213=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #70DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DED5 is #8F212A. Grayscale: #BCBCBC. Windows color (decimal): -9380139 or 14016112. OLE color: 14016112.

HSL color Cylindrical-coordinate representation of color #70DED5: hue angle of 175.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DED5 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 213 -
CMYK 0.50 0 0.04 0.13
HSL 175.09º 0.63% 0.65% -
HSV(B) 175.09º 0.5% 0.87% -
XYZ 44.81 60.49 72.26 -
YUV 188.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 112 222 213 0.50 0 0.04 0.13 175.09 0.63 0.65
Hex 70 DE D5 32 0 4 D AF 3E 41
Octal 160 336 325 62 0 4 15 257 76 101
Binary 1110000 11011110 11010101 110010 0 100 1101 10101111 111110 1000001

Color Harmonies of #70DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DED5

Black with #70DED5

Text Example


Text Example

White with #70DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,213); }

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

background-color css

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

 a { background-color: rgb(112,222,213); }

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

border-color css

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

 span { border-color: rgb(112,222,213); }

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