#71D9DD

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

Shades of Turquoise Blue #71D9DD

Tints of Turquoise Blue #71D9DD

Color information

#71D9DD (or 0x71D9DD) is unknown color: approx Turquoise Blue. HEX triplet: 71, D9 and DD. RGB value is (113,217,221). Sum of RGB (Red+Green+Blue) = 113+217+221=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #71D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D9DD is #8E2622. Grayscale: #BABABA. Windows color (decimal): -9315875 or 14539121. OLE color: 14539121.

HSL color Cylindrical-coordinate representation of color #71D9DD: hue angle of 182.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71D9DD is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113217221-
CMYK0.490.0200.13
HSL182.22º61.36%65.49%-
HSV(B)182.22º48.87%86.67%-
XYZ44.6758.3677.32-
YUV186.36147.5475.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.51%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=20.51%
G=39.38%
B=40.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132172210.490.0200.13182.2261.3665.49
Hex71D9DD3120Db63d41
Octal16133133561201526675101
Binary111000111011001110111011100011001101101101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,217,221); }

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

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

 a { background-color: rgb(113,217,221); }

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

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

 span { border-color: rgb(113,217,221); }

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