Html Css Color HEX #70DFDB Turquoise Blue

📋 copy color: '#70DFDB'

red 112 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #70DFDB

Tints of Turquoise Blue #70DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

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

R = 20.22%
G = 40.25%
B = 39.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#70DFDB (or 0x70DFDB) is known color: Turquoise Blue. HEX triplet: 70, DF and DB. RGB value is (112,223,219). Sum of RGB (Red+Green+Blue) = 112+223+219=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFDB is #8F2024. Grayscale: #BDBDBD. Windows color (decimal): -9379877 or 14409584. OLE color: 14409584.

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

Color convert

RGB 112 223 219 -
CMYK 0.50 0 0.02 0.13
HSL 177.84º 0.63% 0.66% -
HSV(B) 177.84º 0.5% 0.87% -
XYZ 45.86 61.33 76.44 -
YUV 189.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 112 223 219 0.50 0 0.02 0.13 177.84 0.63 0.66
Hex 70 DF DB 32 0 2 D B2 3F 42
Octal 160 337 333 62 0 2 15 262 77 102
Binary 1110000 11011111 11011011 110010 0 10 1101 10110010 111111 1000010

Color Harmonies of #70DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFDB

Black with #70DFDB

Text Example


Text Example

White with #70DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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