Html Css Color HEX #70E2F9 Turquoise Blue

📋 copy color: '#70E2F9'

red 112 ◦ green 226 ◦ blue 249

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

Shades of Turquoise Blue #70E2F9

Tints of Turquoise Blue #70E2F9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.5%

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

R = 19.08%
G = 38.5%
B = 42.42%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70E2F9 (or 0x70E2F9) is known color: Turquoise Blue. HEX triplet: 70, E2 and F9. RGB value is (112,226,249). Sum of RGB (Red+Green+Blue) = 112+226+249=587 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.08% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #70E2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E2F9 is #8F1D06. Grayscale: #C2C2C2. Windows color (decimal): -9379079 or 16376432. OLE color: 16376432.

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

Color convert

RGB 112 226 249 -
CMYK 0.55 0.09 0 0.02
HSL 190.07º 0.92% 0.71% -
HSV(B) 190.07º 0.55% 0.98% -
XYZ 50.98 64.68 99.42 -
YUV 194.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 112 226 249 0.55 0.09 0 0.02 190.07 0.92 0.71
Hex 70 E2 F9 37 9 0 2 BE 5C 47
Octal 160 342 371 67 11 0 2 276 134 107
Binary 1110000 11100010 11111001 110111 1001 0 10 10111110 1011100 1000111

Color Harmonies of #70E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E2F9

Black with #70E2F9

Text Example


Text Example

White with #70E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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