Html Css Color HEX #47DDC5 Turquoise

📋 copy color: '#47DDC5'

red 71 ◦ green 221 ◦ blue 197

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

Shades of Turquoise #47DDC5

Tints of Turquoise #47DDC5

RGB

 RED value IS 71 (28.13% from 255) = 14.52%

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 14.52%
G = 45.19%
B = 40.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#47DDC5 (or 0x47DDC5) is known color: Turquoise. HEX triplet: 47, DD and C5. RGB value is (71,221,197). Sum of RGB (Red+Green+Blue) = 71+221+197=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDC5 is #B8223A. Grayscale: #ADADAD. Windows color (decimal): -12067387 or 12967239. OLE color: 12967239.

HSL color Cylindrical-coordinate representation of color #47DDC5: hue angle of 170.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDC5 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 221 197 -
CMYK 0.68 0 0.11 0.13
HSL 170.4º 0.69% 0.57% -
HSV(B) 170.4º 0.68% 0.87% -
XYZ 38.53 57.08 61.81 -
YUV 173.41 141.31 54.95 -
System Red Green Blue C M Y K H S L
Decimal 71 221 197 0.68 0 0.11 0.13 170.4 0.69 0.57
Hex 47 DD C5 44 0 B D AA 45 39
Octal 107 335 305 104 0 13 15 252 105 71
Binary 1000111 11011101 11000101 1000100 0 1011 1101 10101010 1000101 111001

Color Harmonies of #47DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDC5

Black with #47DDC5

Text Example


Text Example

White with #47DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47DDC5; }

 p { color: rgb(71,221,197); }

 H1.HeaderClassName
 {
   color: #47DDC5;
 }
 .AnyTagClassName
 {
   color: #47DDC5;
 }
</style>

background-color css

<style>
 a { background-color: #47DDC5; }

 a { background-color: rgb(71,221,197); }

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

border-color css

<style>
 span { border-color: #47DDC5; }

 span { border-color: rgb(71,221,197); }

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