Html Css Color HEX #70DCDA Turquoise Blue

📋 copy color: '#70DCDA'

red 112 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #70DCDA

Tints of Turquoise Blue #70DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 20.36%
G = 40%
B = 39.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#70DCDA (or 0x70DCDA) is known color: Turquoise Blue. HEX triplet: 70, DC and DA. RGB value is (112,220,218). Sum of RGB (Red+Green+Blue) = 112+220+218=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCDA is #8F2325. Grayscale: #BBBBBB. Windows color (decimal): -9380646 or 14343280. OLE color: 14343280.

HSL color Cylindrical-coordinate representation of color #70DCDA: hue angle of 178.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCDA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 218 -
CMYK 0.49 0 0.01 0.14
HSL 178.89º 0.61% 0.65% -
HSV(B) 178.89º 0.49% 0.86% -
XYZ 44.93 59.69 75.48 -
YUV 187.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 112 220 218 0.49 0 0.01 0.14 178.89 0.61 0.65
Hex 70 DC DA 31 0 1 E B3 3D 41
Octal 160 334 332 61 0 1 16 263 75 101
Binary 1110000 11011100 11011010 110001 0 1 1110 10110011 111101 1000001

Color Harmonies of #70DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCDA

Black with #70DCDA

Text Example


Text Example

White with #70DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,218); }

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

background-color css

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

 a { background-color: rgb(112,220,218); }

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

border-color css

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

 span { border-color: rgb(112,220,218); }

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