Html Css Color HEX #47DFD2 Turquoise

📋 copy color: '#47DFD2'

red 71 ◦ green 223 ◦ blue 210

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

Shades of Turquoise #47DFD2

Tints of Turquoise #47DFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 14.09%
G = 44.25%
B = 41.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#47DFD2 (or 0x47DFD2) is known color: Turquoise. HEX triplet: 47, DF and D2. RGB value is (71,223,210). Sum of RGB (Red+Green+Blue) = 71+223+210=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFD2 is #B8202D. Grayscale: #AFAFAF. Windows color (decimal): -12066862 or 13819719. OLE color: 13819719.

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

Color convert

RGB 71 223 210 -
CMYK 0.68 0 0.06 0.13
HSL 174.87º 0.7% 0.58% -
HSV(B) 174.87º 0.68% 0.87% -
XYZ 40.62 58.77 70.18 -
YUV 176.07 147.14 53.06 -
System Red Green Blue C M Y K H S L
Decimal 71 223 210 0.68 0 0.06 0.13 174.87 0.7 0.58
Hex 47 DF D2 44 0 6 D AF 46 3A
Octal 107 337 322 104 0 6 15 257 106 72
Binary 1000111 11011111 11010010 1000100 0 110 1101 10101111 1000110 111010

Color Harmonies of #47DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFD2

Black with #47DFD2

Text Example


Text Example

White with #47DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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