Html Css Color HEX #70DCFC Turquoise Blue

📋 copy color: '#70DCFC'

red 112 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #70DCFC

Tints of Turquoise Blue #70DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 19.18%
G = 37.67%
B = 43.15%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70DCFC (or 0x70DCFC) is known color: Turquoise Blue. HEX triplet: 70, DC and FC. RGB value is (112,220,252). Sum of RGB (Red+Green+Blue) = 112+220+252=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #70DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCFC is #8F2303. Grayscale: #BFBFBF. Windows color (decimal): -9380612 or 16571504. OLE color: 16571504.

HSL color Cylindrical-coordinate representation of color #70DCFC: hue angle of 193.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DCFC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 220 252 -
CMYK 0.56 0.13 0 0.01
HSL 193.71º 0.96% 0.71% -
HSV(B) 193.71º 0.56% 0.99% -
XYZ 49.85 61.66 101.37 -
YUV 191.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 112 220 252 0.56 0.13 0 0.01 193.71 0.96 0.71
Hex 70 DC FC 38 D 0 1 C2 60 47
Octal 160 334 374 70 15 0 1 302 140 107
Binary 1110000 11011100 11111100 111000 1101 0 1 11000010 1100000 1000111

Color Harmonies of #70DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCFC

Black with #70DCFC

Text Example


Text Example

White with #70DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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