#71DFFB

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

Shades of Turquoise Blue #71DFFB

Tints of Turquoise Blue #71DFFB

Color information

#71DFFB (or 0x71DFFB) is unknown color: approx Turquoise Blue. HEX triplet: 71, DF and FB. RGB value is (113,223,251). Sum of RGB (Red+Green+Blue) = 113+223+251=587 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.25% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #71DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFB is #8E2004. Grayscale: #C1C1C1. Windows color (decimal): -9314309 or 16506737. OLE color: 16506737.

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

Color convert

RGB113223251-
CMYK0.550.1100.02
HSL192.17º94.52%71.37%-
HSV(B)192.17º54.98%98.43%-
XYZ50.6163.25100.81-
YUV193.3160.5670.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.25%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=19.25%
G=37.99%
B=42.76%

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
Decimal1132232510.550.1100.02192.1794.5271.37
Hex71DFFB37B02c05f47
Octal161337373671302300137107
Binary1110001110111111111101111011110110101100000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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