Html Css Color HEX #70DED4 Turquoise Blue

📋 copy color: '#70DED4'

red 112 ◦ green 222 ◦ blue 212

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

Shades of Turquoise Blue #70DED4

Tints of Turquoise Blue #70DED4

RGB

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

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

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

R = 20.51%
G = 40.66%
B = 38.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#70DED4 (or 0x70DED4) is known color: Turquoise Blue. HEX triplet: 70, DE and D4. RGB value is (112,222,212). Sum of RGB (Red+Green+Blue) = 112+222+212=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #70DED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DED4 is #8F212B. Grayscale: #BBBBBB. Windows color (decimal): -9380140 or 13950576. OLE color: 13950576.

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

Color convert

RGB 112 222 212 -
CMYK 0.50 0 0.05 0.13
HSL 174.55º 0.63% 0.65% -
HSV(B) 174.55º 0.5% 0.87% -
XYZ 44.69 60.44 71.6 -
YUV 187.97 141.56 73.81 -
System Red Green Blue C M Y K H S L
Decimal 112 222 212 0.50 0 0.05 0.13 174.55 0.63 0.65
Hex 70 DE D4 32 0 5 D AF 3E 41
Octal 160 336 324 62 0 5 15 257 76 101
Binary 1110000 11011110 11010100 110010 0 101 1101 10101111 111110 1000001

Color Harmonies of #70DED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DED4

Black with #70DED4

Text Example


Text Example

White with #70DED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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