Html Css Color HEX #47D5B5 Medium Turquoise

📋 copy color: '#47D5B5'

red 71 ◦ green 213 ◦ blue 181

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

Shades of Medium Turquoise #47D5B5

Tints of Medium Turquoise #47D5B5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 15.27%
G = 45.81%
B = 38.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#47D5B5 (or 0x47D5B5) is known color: Medium Turquoise. HEX triplet: 47, D5 and B5. RGB value is (71,213,181). Sum of RGB (Red+Green+Blue) = 71+213+181=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #47D5B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D5B5 is #B82A4A. Grayscale: #A6A6A6. Windows color (decimal): -12069451 or 11916615. OLE color: 11916615.

HSL color Cylindrical-coordinate representation of color #47D5B5: hue angle of 166.48º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D5B5 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 213 181 -
CMYK 0.67 0 0.15 0.16
HSL 166.48º 0.63% 0.56% -
HSV(B) 166.48º 0.67% 0.84% -
XYZ 34.73 52.26 51.97 -
YUV 166.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 71 213 181 0.67 0 0.15 0.16 166.48 0.63 0.56
Hex 47 D5 B5 43 0 F 10 A6 3F 38
Octal 107 325 265 103 0 17 20 246 77 70
Binary 1000111 11010101 10110101 1000011 0 1111 10000 10100110 111111 111000

Color Harmonies of #47D5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D5B5

Black with #47D5B5

Text Example


Text Example

White with #47D5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,213,181); }

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

background-color css

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

 a { background-color: rgb(71,213,181); }

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

border-color css

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

 span { border-color: rgb(71,213,181); }

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