Html Css Color HEX #47DCB7 Turquoise

📋 copy color: '#47DCB7'

red 71 ◦ green 220 ◦ blue 183

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

Shades of Turquoise #47DCB7

Tints of Turquoise #47DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 14.98%
G = 46.41%
B = 38.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#47DCB7 (or 0x47DCB7) is known color: Turquoise. HEX triplet: 47, DC and B7. RGB value is (71,220,183). Sum of RGB (Red+Green+Blue) = 71+220+183=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCB7 is #B82348. Grayscale: #ABABAB. Windows color (decimal): -12067657 or 12049479. OLE color: 12049479.

HSL color Cylindrical-coordinate representation of color #47DCB7: hue angle of 165.1º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCB7 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 183 -
CMYK 0.68 0 0.17 0.14
HSL 165.1º 0.68% 0.57% -
HSV(B) 165.1º 0.68% 0.86% -
XYZ 36.74 55.94 53.66 -
YUV 171.23 134.64 56.51 -
System Red Green Blue C M Y K H S L
Decimal 71 220 183 0.68 0 0.17 0.14 165.1 0.68 0.57
Hex 47 DC B7 44 0 11 E A5 44 39
Octal 107 334 267 104 0 21 16 245 104 71
Binary 1000111 11011100 10110111 1000100 0 10001 1110 10100101 1000100 111001

Color Harmonies of #47DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCB7

Black with #47DCB7

Text Example


Text Example

White with #47DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,183); }

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

background-color css

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

 a { background-color: rgb(71,220,183); }

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

border-color css

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

 span { border-color: rgb(71,220,183); }

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