Html Css Color HEX #47DFD5 Turquoise

📋 copy color: '#47DFD5'

red 71 ◦ green 223 ◦ blue 213

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

Shades of Turquoise #47DFD5

Tints of Turquoise #47DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 14%
G = 43.98%
B = 42.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#47DFD5 (or 0x47DFD5) is known color: Turquoise. HEX triplet: 47, DF and D5. RGB value is (71,223,213). Sum of RGB (Red+Green+Blue) = 71+223+213=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFD5 is #B8202A. Grayscale: #B0B0B0. Windows color (decimal): -12066859 or 14016327. OLE color: 14016327.

HSL color Cylindrical-coordinate representation of color #47DFD5: hue angle of 176.05º 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 #47DFD5 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 223 213 -
CMYK 0.68 0 0.04 0.13
HSL 176.05º 0.7% 0.58% -
HSV(B) 176.05º 0.68% 0.87% -
XYZ 41 58.92 72.16 -
YUV 176.41 148.64 52.81 -
System Red Green Blue C M Y K H S L
Decimal 71 223 213 0.68 0 0.04 0.13 176.05 0.7 0.58
Hex 47 DF D5 44 0 4 D B0 46 3A
Octal 107 337 325 104 0 4 15 260 106 72
Binary 1000111 11011111 11010101 1000100 0 100 1101 10110000 1000110 111010

Color Harmonies of #47DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFD5

Black with #47DFD5

Text Example


Text Example

White with #47DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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