Html Css Color HEX #70DFD5 Turquoise Blue

📋 copy color: '#70DFD5'

red 112 ◦ green 223 ◦ blue 213

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

Shades of Turquoise Blue #70DFD5

Tints of Turquoise Blue #70DFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

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

R = 20.44%
G = 40.69%
B = 38.87%

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

#70DFD5 (or 0x70DFD5) is known color: Turquoise Blue. HEX triplet: 70, DF and D5. RGB value is (112,223,213). Sum of RGB (Red+Green+Blue) = 112+223+213=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFD5 is #8F202A. Grayscale: #BCBCBC. Windows color (decimal): -9379883 or 14016368. OLE color: 14016368.

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

Color convert

RGB 112 223 213 -
CMYK 0.50 0 0.04 0.13
HSL 174.59º 0.63% 0.66% -
HSV(B) 174.59º 0.5% 0.87% -
XYZ 45.08 61.02 72.35 -
YUV 188.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 112 223 213 0.50 0 0.04 0.13 174.59 0.63 0.66
Hex 70 DF D5 32 0 4 D AF 3F 42
Octal 160 337 325 62 0 4 15 257 77 102
Binary 1110000 11011111 11010101 110010 0 100 1101 10101111 111111 1000010

Color Harmonies of #70DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFD5

Black with #70DFD5

Text Example


Text Example

White with #70DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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