Html Css Color HEX #70DFDE Turquoise Blue

📋 copy color: '#70DFDE'

red 112 ◦ green 223 ◦ blue 222

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

Shades of Turquoise Blue #70DFDE

Tints of Turquoise Blue #70DFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 20.11%
G = 40.04%
B = 39.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#70DFDE (or 0x70DFDE) is known color: Turquoise Blue. HEX triplet: 70, DF and DE. RGB value is (112,223,222). Sum of RGB (Red+Green+Blue) = 112+223+222=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFDE is #8F2021. Grayscale: #BDBDBD. Windows color (decimal): -9379874 or 14606192. OLE color: 14606192.

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

Color convert

RGB 112 223 222 -
CMYK 0.50 0 0.00 0.13
HSL 179.46º 0.63% 0.66% -
HSV(B) 179.46º 0.5% 0.87% -
XYZ 46.25 61.49 78.54 -
YUV 189.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 112 223 222 0.50 0 0.00 0.13 179.46 0.63 0.66
Hex 70 DF DE 32 0 0 D B3 3F 42
Octal 160 337 336 62 0 0 15 263 77 102
Binary 1110000 11011111 11011110 110010 0 0 1101 10110011 111111 1000010

Color Harmonies of #70DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFDE

Black with #70DFDE

Text Example


Text Example

White with #70DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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