Html Css Color HEX #70DBDA Turquoise Blue

📋 copy color: '#70DBDA'

red 112 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #70DBDA

Tints of Turquoise Blue #70DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.89%

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

R = 20.4%
G = 39.89%
B = 39.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#70DBDA (or 0x70DBDA) is known color: Turquoise Blue. HEX triplet: 70, DB and DA. RGB value is (112,219,218). Sum of RGB (Red+Green+Blue) = 112+219+218=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBDA is #8F2425. Grayscale: #BABABA. Windows color (decimal): -9380902 or 14343024. OLE color: 14343024.

HSL color Cylindrical-coordinate representation of color #70DBDA: hue angle of 179.44º degrees, saturation: 0.6, 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 #70DBDA is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 218 -
CMYK 0.49 0 0.00 0.14
HSL 179.44º 0.6% 0.65% -
HSV(B) 179.44º 0.49% 0.86% -
XYZ 44.67 59.17 75.4 -
YUV 186.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 112 219 218 0.49 0 0.00 0.14 179.44 0.6 0.65
Hex 70 DB DA 31 0 0 E B3 3C 41
Octal 160 333 332 61 0 0 16 263 74 101
Binary 1110000 11011011 11011010 110001 0 0 1110 10110011 111100 1000001

Color Harmonies of #70DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBDA

Black with #70DBDA

Text Example


Text Example

White with #70DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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