#70E6FA

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

Shades of Turquoise Blue #70E6FA

Tints of Turquoise Blue #70E6FA

Color information

#70E6FA (or 0x70E6FA) is unknown color: approx Turquoise Blue. HEX triplet: 70, E6 and FA. RGB value is (112,230,250). Sum of RGB (Red+Green+Blue) = 112+230+250=592 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.92% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #70E6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E6FA is #8F1905. Grayscale: #C4C4C4. Windows color (decimal): -9378054 or 16442992. OLE color: 16442992.

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

Color convert

RGB112230250-
CMYK0.550.0800.02
HSL188.7º93.24%70.98%-
HSV(B)188.7º55.2%98.04%-
XYZ52.2366.94100.61-
YUV197157.9167.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.92%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=18.92%
G=38.85%
B=42.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122302500.550.0800.02188.793.2470.98
Hex70E6FA37802bd5d47
Octal160346372671002275135107
Binary1110000111001101111101011011110000101011110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70E6FA;
 }
 .AnyTagClassName
 {
   color: #70E6FA;
 }
</style>
background-color css

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

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

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

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

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

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