Html Css Color HEX #47DDB2 Turquoise

📋 copy color: '#47DDB2'

red 71 ◦ green 221 ◦ blue 178

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

Shades of Turquoise #47DDB2

Tints of Turquoise #47DDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 15.11%
G = 47.02%
B = 37.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#47DDB2 (or 0x47DDB2) is known color: Turquoise. HEX triplet: 47, DD and B2. RGB value is (71,221,178). Sum of RGB (Red+Green+Blue) = 71+221+178=470 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.11% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47DDB2 is #B8224D. Grayscale: #ABABAB. Windows color (decimal): -12067406 or 11722055. OLE color: 11722055.

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

Color convert

RGB 71 221 178 -
CMYK 0.68 0 0.19 0.13
HSL 162.8º 0.69% 0.57% -
HSV(B) 162.8º 0.68% 0.87% -
XYZ 36.49 56.27 51.06 -
YUV 171.25 131.81 56.5 -
System Red Green Blue C M Y K H S L
Decimal 71 221 178 0.68 0 0.19 0.13 162.8 0.69 0.57
Hex 47 DD B2 44 0 13 D A3 45 39
Octal 107 335 262 104 0 23 15 243 105 71
Binary 1000111 11011101 10110010 1000100 0 10011 1101 10100011 1000101 111001

Color Harmonies of #47DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DDB2

Black with #47DDB2

Text Example


Text Example

White with #47DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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