Html Css Color HEX #71DCD7 Turquoise Blue

📋 copy color: '#71DCD7'

red 113 ◦ green 220 ◦ blue 215

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

Shades of Turquoise Blue #71DCD7

Tints of Turquoise Blue #71DCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 20.62%
G = 40.15%
B = 39.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#71DCD7 (or 0x71DCD7) is known color: Turquoise Blue. HEX triplet: 71, DC and D7. RGB value is (113,220,215). Sum of RGB (Red+Green+Blue) = 113+220+215=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DCD7 is #8E2328. Grayscale: #BBBBBB. Windows color (decimal): -9315113 or 14146673. OLE color: 14146673.

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

Color convert

RGB 113 220 215 -
CMYK 0.49 0 0.02 0.14
HSL 177.2º 0.6% 0.65% -
HSV(B) 177.2º 0.49% 0.86% -
XYZ 44.67 59.6 73.44 -
YUV 187.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 113 220 215 0.49 0 0.02 0.14 177.2 0.6 0.65
Hex 71 DC D7 31 0 2 E B1 3C 41
Octal 161 334 327 61 0 2 16 261 74 101
Binary 1110001 11011100 11010111 110001 0 10 1110 10110001 111100 1000001

Color Harmonies of #71DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCD7

Black with #71DCD7

Text Example


Text Example

White with #71DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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