Html Css Color HEX #70DFF9 Turquoise Blue

📋 copy color: '#70DFF9'

red 112 ◦ green 223 ◦ blue 249

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

Shades of Turquoise Blue #70DFF9

Tints of Turquoise Blue #70DFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.18%

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

R = 19.18%
G = 38.18%
B = 42.64%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70DFF9 (or 0x70DFF9) is known color: Turquoise Blue. HEX triplet: 70, DF and F9. RGB value is (112,223,249). Sum of RGB (Red+Green+Blue) = 112+223+249=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #70DFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFF9 is #8F2006. Grayscale: #C0C0C0. Windows color (decimal): -9379847 or 16375664. OLE color: 16375664.

HSL color Cylindrical-coordinate representation of color #70DFF9: hue angle of 191.39º 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 #70DFF9 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 223 249 -
CMYK 0.55 0.10 0 0.02
HSL 191.39º 0.92% 0.71% -
HSV(B) 191.39º 0.55% 0.98% -
XYZ 50.17 63.06 99.15 -
YUV 192.78 159.73 70.39 -
System Red Green Blue C M Y K H S L
Decimal 112 223 249 0.55 0.10 0 0.02 191.39 0.92 0.71
Hex 70 DF F9 37 A 0 2 BF 5C 47
Octal 160 337 371 67 12 0 2 277 134 107
Binary 1110000 11011111 11111001 110111 1010 0 10 10111111 1011100 1000111

Color Harmonies of #70DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFF9

Black with #70DFF9

Text Example


Text Example

White with #70DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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