Html Css Color HEX #70E0FA Turquoise Blue

📋 copy color: '#70E0FA'

red 112 ◦ green 224 ◦ blue 250

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

Shades of Turquoise Blue #70E0FA

Tints of Turquoise Blue #70E0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 19.11%
G = 38.23%
B = 42.66%

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

#70E0FA (or 0x70E0FA) is known color: Turquoise Blue. HEX triplet: 70, E0 and FA. RGB value is (112,224,250). Sum of RGB (Red+Green+Blue) = 112+224+250=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #70E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E0FA is #8F1F05. Grayscale: #C1C1C1. Windows color (decimal): -9379590 or 16441456. OLE color: 16441456.

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

Color convert

RGB 112 224 250 -
CMYK 0.55 0.10 0 0.02
HSL 191.3º 0.93% 0.71% -
HSV(B) 191.3º 0.55% 0.98% -
XYZ 50.59 63.66 100.06 -
YUV 193.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 112 224 250 0.55 0.10 0 0.02 191.3 0.93 0.71
Hex 70 E0 FA 37 A 0 2 BF 5D 47
Octal 160 340 372 67 12 0 2 277 135 107
Binary 1110000 11100000 11111010 110111 1010 0 10 10111111 1011101 1000111

Color Harmonies of #70E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E0FA

Black with #70E0FA

Text Example


Text Example

White with #70E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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