Html Css Color HEX #70E0F9 Turquoise Blue

📋 copy color: '#70E0F9'

red 112 ◦ green 224 ◦ blue 249

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

Shades of Turquoise Blue #70E0F9

Tints of Turquoise Blue #70E0F9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.29%

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

R = 19.15%
G = 38.29%
B = 42.56%

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

#70E0F9 (or 0x70E0F9) is known color: Turquoise Blue. HEX triplet: 70, E0 and F9. RGB value is (112,224,249). Sum of RGB (Red+Green+Blue) = 112+224+249=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #70E0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E0F9 is #8F1F06. Grayscale: #C1C1C1. Windows color (decimal): -9379591 or 16375920. OLE color: 16375920.

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

Color convert

RGB 112 224 249 -
CMYK 0.55 0.10 0 0.02
HSL 190.95º 0.92% 0.71% -
HSV(B) 190.95º 0.55% 0.98% -
XYZ 50.44 63.6 99.24 -
YUV 193.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 112 224 249 0.55 0.10 0 0.02 190.95 0.92 0.71
Hex 70 E0 F9 37 A 0 2 BF 5C 47
Octal 160 340 371 67 12 0 2 277 134 107
Binary 1110000 11100000 11111001 110111 1010 0 10 10111111 1011100 1000111

Color Harmonies of #70E0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E0F9

Black with #70E0F9

Text Example


Text Example

White with #70E0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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