Html Css Color HEX #70DBE7 Turquoise Blue

📋 copy color: '#70DBE7'

red 112 ◦ green 219 ◦ blue 231

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

Shades of Turquoise Blue #70DBE7

Tints of Turquoise Blue #70DBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.1%

R = 19.93%
G = 38.97%
B = 41.1%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70DBE7 (or 0x70DBE7) is known color: Turquoise Blue. HEX triplet: 70, DB and E7. RGB value is (112,219,231). Sum of RGB (Red+Green+Blue) = 112+219+231=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #70DBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBE7 is #8F2418. Grayscale: #BCBCBC. Windows color (decimal): -9380889 or 15194992. OLE color: 15194992.

HSL color Cylindrical-coordinate representation of color #70DBE7: hue angle of 186.05º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DBE7 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 219 231 -
CMYK 0.52 0.05 0 0.09
HSL 186.05º 0.71% 0.67% -
HSV(B) 186.05º 0.52% 0.91% -
XYZ 46.44 59.88 84.71 -
YUV 188.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 112 219 231 0.52 0.05 0 0.09 186.05 0.71 0.67
Hex 70 DB E7 34 5 0 9 BA 47 43
Octal 160 333 347 64 5 0 11 272 107 103
Binary 1110000 11011011 11100111 110100 101 0 1001 10111010 1000111 1000011

Color Harmonies of #70DBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBE7

Black with #70DBE7

Text Example


Text Example

White with #70DBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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