Html Css Color HEX #70DBF7 Turquoise Blue

📋 copy color: '#70DBF7'

red 112 ◦ green 219 ◦ blue 247

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

Shades of Turquoise Blue #70DBF7

Tints of Turquoise Blue #70DBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.73%

R = 19.38%
G = 37.89%
B = 42.73%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70DBF7 (or 0x70DBF7) is known color: Turquoise Blue. HEX triplet: 70, DB and F7. RGB value is (112,219,247). Sum of RGB (Red+Green+Blue) = 112+219+247=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #70DBF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBF7 is #8F2408. Grayscale: #BDBDBD. Windows color (decimal): -9380873 or 16243568. OLE color: 16243568.

HSL color Cylindrical-coordinate representation of color #70DBF7: hue angle of 192.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DBF7 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 219 247 -
CMYK 0.55 0.11 0 0.03
HSL 192.44º 0.89% 0.7% -
HSV(B) 192.44º 0.55% 0.97% -
XYZ 48.8 60.82 97.16 -
YUV 190.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 112 219 247 0.55 0.11 0 0.03 192.44 0.89 0.7
Hex 70 DB F7 37 B 0 3 C0 59 46
Octal 160 333 367 67 13 0 3 300 131 106
Binary 1110000 11011011 11110111 110111 1011 0 11 11000000 1011001 1000110

Color Harmonies of #70DBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBF7

Black with #70DBF7

Text Example


Text Example

White with #70DBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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