Html Css Color HEX #70DBDC Turquoise Blue

📋 copy color: '#70DBDC'

red 112 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #70DBDC

Tints of Turquoise Blue #70DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 20.33%
G = 39.75%
B = 39.93%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70DBDC (or 0x70DBDC) is known color: Turquoise Blue. HEX triplet: 70, DB and DC. RGB value is (112,219,220). Sum of RGB (Red+Green+Blue) = 112+219+220=551 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.33% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #70DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBDC is #8F2423. Grayscale: #BBBBBB. Windows color (decimal): -9380900 or 14474096. OLE color: 14474096.

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

Color convert

RGB 112 219 220 -
CMYK 0.49 0.00 0 0.14
HSL 180.56º 0.61% 0.65% -
HSV(B) 180.56º 0.49% 0.86% -
XYZ 44.93 59.28 76.78 -
YUV 187.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 112 219 220 0.49 0.00 0 0.14 180.56 0.61 0.65
Hex 70 DB DC 31 0 0 E B5 3D 41
Octal 160 333 334 61 0 0 16 265 75 101
Binary 1110000 11011011 11011100 110001 0 0 1110 10110101 111101 1000001

Color Harmonies of #70DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBDC

Black with #70DBDC

Text Example


Text Example

White with #70DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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