#70E4FB

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

Shades of Turquoise Blue #70E4FB

Tints of Turquoise Blue #70E4FB

Color information

#70E4FB (or 0x70E4FB) is unknown color: approx Turquoise Blue. HEX triplet: 70, E4 and FB. RGB value is (112,228,251). Sum of RGB (Red+Green+Blue) = 112+228+251=591 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.95% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #70E4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E4FB is #8F1B04. Grayscale: #C3C3C3. Windows color (decimal): -9378565 or 16508016. OLE color: 16508016.

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

Color convert

RGB112228251-
CMYK0.550.0900.02
HSL189.93º94.56%71.18%-
HSV(B)189.93º55.38%98.43%-
XYZ51.8465.9101.25-
YUV195.94159.0768.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.95%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=18.95%
G=38.58%
B=42.47%

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
Decimal1122282510.550.0900.02189.9394.5671.18
Hex70E4FB37902be5f47
Octal160344373671102276137107
Binary1110000111001001111101111011110010101011111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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