Html Css Color HEX #70DBDE Turquoise Blue

📋 copy color: '#70DBDE'

red 112 ◦ green 219 ◦ blue 222

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

Shades of Turquoise Blue #70DBDE

Tints of Turquoise Blue #70DBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 20.25%
G = 39.6%
B = 40.14%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70DBDE (or 0x70DBDE) is known color: Turquoise Blue. HEX triplet: 70, DB and DE. RGB value is (112,219,222). Sum of RGB (Red+Green+Blue) = 112+219+222=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #70DBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBDE is #8F2421. Grayscale: #BBBBBB. Windows color (decimal): -9380898 or 14605168. OLE color: 14605168.

HSL color Cylindrical-coordinate representation of color #70DBDE: hue angle of 181.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DBDE is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 219 222 -
CMYK 0.50 0.01 0 0.13
HSL 181.64º 0.63% 0.65% -
HSV(B) 181.64º 0.5% 0.87% -
XYZ 45.2 59.38 78.19 -
YUV 187.35 147.55 74.26 -
System Red Green Blue C M Y K H S L
Decimal 112 219 222 0.50 0.01 0 0.13 181.64 0.63 0.65
Hex 70 DB DE 32 1 0 D B6 3E 41
Octal 160 333 336 62 1 0 15 266 76 101
Binary 1110000 11011011 11011110 110010 1 0 1101 10110110 111110 1000001

Color Harmonies of #70DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBDE

Black with #70DBDE

Text Example


Text Example

White with #70DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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