#70E0FA

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

Shades of Turquoise Blue #70E0FA

Tints of Turquoise Blue #70E0FA

Color information

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

RGB112224250-
CMYK0.550.1000.02
HSL191.3º93.24%70.98%-
HSV(B)191.3º55.2%98.04%-
XYZ50.5963.66100.06-
YUV193.48159.8969.89-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122242500.550.1000.02191.393.2470.98
Hex70E0FA37A02bf5d47
Octal160340372671202277135107
Binary1110000111000001111101011011110100101011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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