Html Css Color HEX #47DFC0 Turquoise

📋 copy color: '#47DFC0'

red 71 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #47DFC0

Tints of Turquoise #47DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 14.61%
G = 45.88%
B = 39.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#47DFC0 (or 0x47DFC0) is known color: Turquoise. HEX triplet: 47, DF and C0. RGB value is (71,223,192). Sum of RGB (Red+Green+Blue) = 71+223+192=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFC0 is #B8203F. Grayscale: #ADADAD. Windows color (decimal): -12066880 or 12640071. OLE color: 12640071.

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

Color convert

RGB 71 223 192 -
CMYK 0.68 0 0.14 0.13
HSL 167.76º 0.7% 0.58% -
HSV(B) 167.76º 0.68% 0.87% -
XYZ 38.5 57.92 59.02 -
YUV 174.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 71 223 192 0.68 0 0.14 0.13 167.76 0.7 0.58
Hex 47 DF C0 44 0 E D A8 46 3A
Octal 107 337 300 104 0 16 15 250 106 72
Binary 1000111 11011111 11000000 1000100 0 1110 1101 10101000 1000110 111010

Color Harmonies of #47DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFC0

Black with #47DFC0

Text Example


Text Example

White with #47DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,223,192); }

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

background-color css

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

 a { background-color: rgb(71,223,192); }

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

border-color css

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

 span { border-color: rgb(71,223,192); }

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