#70E5FB

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

Shades of Turquoise Blue #70E5FB

Tints of Turquoise Blue #70E5FB

Color information

#70E5FB (or 0x70E5FB) is unknown color: approx Turquoise Blue. HEX triplet: 70, E5 and FB. RGB value is (112,229,251). Sum of RGB (Red+Green+Blue) = 112+229+251=592 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.92% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #70E5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E5FB is #8F1A04. Grayscale: #C4C4C4. Windows color (decimal): -9378309 or 16508272. OLE color: 16508272.

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

Color convert

RGB112229251-
CMYK0.550.0900.02
HSL189.5º94.56%71.18%-
HSV(B)189.5º55.38%98.43%-
XYZ52.1166.45101.35-
YUV196.52158.7467.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.92%
GREEN value IS 229 (89.84% from 255) = 38.68%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=18.92%
G=38.68%
B=42.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122292510.550.0900.02189.594.5671.18
Hex70E5FB37902bd5f47
Octal160345373671102275137107
Binary1110000111001011111101111011110010101011110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,229,251); }

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

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

 a { background-color: rgb(112,229,251); }

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

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

 span { border-color: rgb(112,229,251); }

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