#70DCFC

Color #70DCFC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #70DCFC

Tints of Turquoise Blue #70DCFC

Color information

#70DCFC (or 0x70DCFC) is unknown color: approx 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

RGB112220252-
CMYK0.560.1300.01
HSL193.71º95.89%71.37%-
HSV(B)193.71º55.56%98.82%-
XYZ49.8561.66101.37-
YUV191.36162.2271.4-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122202520.560.1300.01193.7195.8971.37
Hex70DCFC38D01c26047
Octal160334374701501302140107
Binary111000011011100111111001110001101011100001011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>