Html Css Color HEX #70DBF9 Turquoise Blue

📋 copy color: '#70DBF9'

red 112 ◦ green 219 ◦ blue 249

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

Shades of Turquoise Blue #70DBF9

Tints of Turquoise Blue #70DBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 19.31%
G = 37.76%
B = 42.93%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70DBF9 (or 0x70DBF9) is known color: Turquoise Blue. HEX triplet: 70, DB and F9. RGB value is (112,219,249). Sum of RGB (Red+Green+Blue) = 112+219+249=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #70DBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBF9 is #8F2406. Grayscale: #BEBEBE. Windows color (decimal): -9380871 or 16374640. OLE color: 16374640.

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

Color convert

RGB 112 219 249 -
CMYK 0.55 0.12 0 0.02
HSL 193.14º 0.92% 0.71% -
HSV(B) 193.14º 0.55% 0.98% -
XYZ 49.11 60.95 98.8 -
YUV 190.43 161.05 72.06 -
System Red Green Blue C M Y K H S L
Decimal 112 219 249 0.55 0.12 0 0.02 193.14 0.92 0.71
Hex 70 DB F9 37 C 0 2 C1 5C 47
Octal 160 333 371 67 14 0 2 301 134 107
Binary 1110000 11011011 11111001 110111 1100 0 10 11000001 1011100 1000111

Color Harmonies of #70DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBF9

Black with #70DBF9

Text Example


Text Example

White with #70DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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