#71D6D5

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

Shades of Turquoise Blue #71D6D5

Tints of Turquoise Blue #71D6D5

Color information

#71D6D5 (or 0x71D6D5) is unknown color: approx Turquoise Blue. HEX triplet: 71, D6 and D5. RGB value is (113,214,213). Sum of RGB (Red+Green+Blue) = 113+214+213=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6D5 is #8E292A. Grayscale: #B7B7B7. Windows color (decimal): -9316651 or 14014065. OLE color: 14014065.

HSL color Cylindrical-coordinate representation of color #71D6D5: hue angle of 179.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D6D5 is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB113214213-
CMYK0.4700.000.16
HSL179.41º55.19%64.12%-
HSV(B)179.41º47.2%83.92%-
XYZ42.8756.4171.58-
YUV183.69144.5477.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.93%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=20.93%
G=39.63%
B=39.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132142130.4700.000.16179.4155.1964.12
Hex71D6D52F0010b33740
Octal16132632557002026367100
Binary111000111010110110101011011110010000101100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,214,213); }

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

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

 a { background-color: rgb(113,214,213); }

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

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

 span { border-color: rgb(113,214,213); }

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