Html Css Color HEX #70DBF8 Turquoise Blue

📋 copy color: '#70DBF8'

red 112 ◦ green 219 ◦ blue 248

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

Shades of Turquoise Blue #70DBF8

Tints of Turquoise Blue #70DBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 19.34%
G = 37.82%
B = 42.83%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70DBF8 (or 0x70DBF8) is known color: Turquoise Blue. HEX triplet: 70, DB and F8. RGB value is (112,219,248). Sum of RGB (Red+Green+Blue) = 112+219+248=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #70DBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBF8 is #8F2407. Grayscale: #BEBEBE. Windows color (decimal): -9380872 or 16309104. OLE color: 16309104.

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

Color convert

RGB 112 219 248 -
CMYK 0.55 0.12 0 0.03
HSL 192.79º 0.91% 0.71% -
HSV(B) 192.79º 0.55% 0.97% -
XYZ 48.96 60.89 97.98 -
YUV 190.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 112 219 248 0.55 0.12 0 0.03 192.79 0.91 0.71
Hex 70 DB F8 37 C 0 3 C1 5B 47
Octal 160 333 370 67 14 0 3 301 133 107
Binary 1110000 11011011 11111000 110111 1100 0 11 11000001 1011011 1000111

Color Harmonies of #70DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBF8

Black with #70DBF8

Text Example


Text Example

White with #70DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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