Html Css Color HEX #70DBDB Turquoise Blue

📋 copy color: '#70DBDB'

red 112 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #70DBDB

Tints of Turquoise Blue #70DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 20.36%
G = 39.82%
B = 39.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70DBDB (or 0x70DBDB) is known color: Turquoise Blue. HEX triplet: 70, DB and DB. RGB value is (112,219,219). Sum of RGB (Red+Green+Blue) = 112+219+219=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #70DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBDB is #8F2424. Grayscale: #BABABA. Windows color (decimal): -9380901 or 14408560. OLE color: 14408560.

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

Color convert

RGB 112 219 219 -
CMYK 0.49 0 0 0.14
HSL 180º 0.6% 0.65% -
HSV(B) 180º 0.49% 0.86% -
XYZ 44.8 59.22 76.09 -
YUV 187.01 146.05 74.5 -
System Red Green Blue C M Y K H S L
Decimal 112 219 219 0.49 0 0 0.14 180 0.6 0.65
Hex 70 DB DB 31 0 0 E B4 3C 41
Octal 160 333 333 61 0 0 16 264 74 101
Binary 1110000 11011011 11011011 110001 0 0 1110 10110100 111100 1000001

Color Harmonies of #70DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBDB

Black with #70DBDB

Text Example


Text Example

White with #70DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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