Html Css Color HEX #70DCFA Turquoise Blue

📋 copy color: '#70DCFA'

red 112 ◦ green 220 ◦ blue 250

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

Shades of Turquoise Blue #70DCFA

Tints of Turquoise Blue #70DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 19.24%
G = 37.8%
B = 42.96%

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

#70DCFA (or 0x70DCFA) is known color: Turquoise Blue. HEX triplet: 70, DC and FA. RGB value is (112,220,250). Sum of RGB (Red+Green+Blue) = 112+220+250=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #70DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCFA is #8F2305. Grayscale: #BEBEBE. Windows color (decimal): -9380614 or 16440432. OLE color: 16440432.

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

Color convert

RGB 112 220 250 -
CMYK 0.55 0.12 0 0.02
HSL 193.04º 0.93% 0.71% -
HSV(B) 193.04º 0.55% 0.98% -
XYZ 49.53 61.53 99.71 -
YUV 191.13 161.22 71.56 -
System Red Green Blue C M Y K H S L
Decimal 112 220 250 0.55 0.12 0 0.02 193.04 0.93 0.71
Hex 70 DC FA 37 C 0 2 C1 5D 47
Octal 160 334 372 67 14 0 2 301 135 107
Binary 1110000 11011100 11111010 110111 1100 0 10 11000001 1011101 1000111

Color Harmonies of #70DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCFA

Black with #70DCFA

Text Example


Text Example

White with #70DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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