#71E0FB

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

Shades of Turquoise Blue #71E0FB

Tints of Turquoise Blue #71E0FB

Color information

#71E0FB (or 0x71E0FB) is unknown color: approx Turquoise Blue. HEX triplet: 71, E0 and FB. RGB value is (113,224,251). Sum of RGB (Red+Green+Blue) = 113+224+251=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #71E0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E0FB is #8E1F04. Grayscale: #C1C1C1. Windows color (decimal): -9314053 or 16506993. OLE color: 16506993.

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

Color convert

RGB113224251-
CMYK0.550.1100.02
HSL191.74º94.52%71.37%-
HSV(B)191.74º54.98%98.43%-
XYZ50.8863.79100.9-
YUV193.89160.2370.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.22%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=19.22%
G=38.10%
B=42.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132242510.550.1100.02191.7494.5271.37
Hex71E0FB37B02c05f47
Octal161340373671302300137107
Binary1110001111000001111101111011110110101100000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71E0FB; }

 p { color: rgb(113,224,251); }

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

<style>
 a { background-color: #71E0FB; }

 a { background-color: rgb(113,224,251); }

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

<style>
 span { border-color: #71E0FB; }

 span { border-color: rgb(113,224,251); }

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