Html Css Color HEX #47DED5 Turquoise

📋 copy color: '#47DED5'

red 71 ◦ green 222 ◦ blue 213

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

Shades of Turquoise #47DED5

Tints of Turquoise #47DED5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 14.03%
G = 43.87%
B = 42.09%

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

#47DED5 (or 0x47DED5) is known color: Turquoise. HEX triplet: 47, DE and D5. RGB value is (71,222,213). Sum of RGB (Red+Green+Blue) = 71+222+213=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #47DED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DED5 is #B8212A. Grayscale: #AFAFAF. Windows color (decimal): -12067115 or 14016071. OLE color: 14016071.

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

Color convert

RGB 71 222 213 -
CMYK 0.68 0 0.04 0.13
HSL 176.42º 0.7% 0.57% -
HSV(B) 176.42º 0.68% 0.87% -
XYZ 40.73 58.39 72.07 -
YUV 175.83 148.97 53.23 -
System Red Green Blue C M Y K H S L
Decimal 71 222 213 0.68 0 0.04 0.13 176.42 0.7 0.57
Hex 47 DE D5 44 0 4 D B0 46 39
Octal 107 336 325 104 0 4 15 260 106 71
Binary 1000111 11011110 11010101 1000100 0 100 1101 10110000 1000110 111001

Color Harmonies of #47DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DED5

Black with #47DED5

Text Example


Text Example

White with #47DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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