Html Css Color HEX #70D4DF Turquoise Blue

📋 copy color: '#70D4DF'

red 112 ◦ green 212 ◦ blue 223

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

Shades of Turquoise Blue #70D4DF

Tints of Turquoise Blue #70D4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.76%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 20.48%
G = 38.76%
B = 40.77%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70D4DF (or 0x70D4DF) is known color: Turquoise Blue. HEX triplet: 70, D4 and DF. RGB value is (112,212,223). Sum of RGB (Red+Green+Blue) = 112+212+223=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #70D4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D4DF is #8F2B20. Grayscale: #B7B7B7. Windows color (decimal): -9382689 or 14668912. OLE color: 14668912.

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

Color convert

RGB 112 212 223 -
CMYK 0.50 0.05 0 0.13
HSL 185.95º 0.63% 0.66% -
HSV(B) 185.95º 0.5% 0.87% -
XYZ 43.54 55.86 78.3 -
YUV 183.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 112 212 223 0.50 0.05 0 0.13 185.95 0.63 0.66
Hex 70 D4 DF 32 5 0 D BA 3F 42
Octal 160 324 337 62 5 0 15 272 77 102
Binary 1110000 11010100 11011111 110010 101 0 1101 10111010 111111 1000010

Color Harmonies of #70D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D4DF

Black with #70D4DF

Text Example


Text Example

White with #70D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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