Html Css Color HEX #71D9DC Turquoise Blue

📋 copy color: '#71D9DC'

red 113 ◦ green 217 ◦ blue 220

#71D9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #71D9DC

Tints of Turquoise Blue #71D9DC

RGB

 RED value IS 113 (44.53% from 255) = 20.55%

 GREEN value IS 217 (85.16% from 255) = 39.45%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 20.55%
G = 39.45%
B = 40%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71D9DC (or 0x71D9DC) is known color: Turquoise Blue. HEX triplet: 71, D9 and DC. RGB value is (113,217,220). Sum of RGB (Red+Green+Blue) = 113+217+220=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #71D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D9DC is #8E2623. Grayscale: #BABABA. Windows color (decimal): -9315876 or 14473585. OLE color: 14473585.

HSL color Cylindrical-coordinate representation of color #71D9DC: hue angle of 181.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71D9DC is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 217 220 -
CMYK 0.49 0.01 0 0.14
HSL 181.68º 0.6% 0.65% -
HSV(B) 181.68º 0.49% 0.86% -
XYZ 44.54 58.3 76.62 -
YUV 186.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 113 217 220 0.49 0.01 0 0.14 181.68 0.6 0.65
Hex 71 D9 DC 31 1 0 E B6 3C 41
Octal 161 331 334 61 1 0 16 266 74 101
Binary 1110001 11011001 11011100 110001 1 0 1110 10110110 111100 1000001

Color Harmonies of #71D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D9DC

Black with #71D9DC

Text Example


Text Example

White with #71D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71D9DC;
 }
 .AnyTagClassName
 {
   color: #71D9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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