Html Css Color HEX #47DFD4 Turquoise

📋 copy color: '#47DFD4'

red 71 ◦ green 223 ◦ blue 212

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

Shades of Turquoise #47DFD4

Tints of Turquoise #47DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 14.03%
G = 44.07%
B = 41.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#47DFD4 (or 0x47DFD4) is known color: Turquoise. HEX triplet: 47, DF and D4. RGB value is (71,223,212). Sum of RGB (Red+Green+Blue) = 71+223+212=506 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.03% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFD4 is #B8202B. Grayscale: #B0B0B0. Windows color (decimal): -12066860 or 13950791. OLE color: 13950791.

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

Color convert

RGB 71 223 212 -
CMYK 0.68 0 0.05 0.13
HSL 175.66º 0.7% 0.58% -
HSV(B) 175.66º 0.68% 0.87% -
XYZ 40.87 58.87 71.5 -
YUV 176.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 71 223 212 0.68 0 0.05 0.13 175.66 0.7 0.58
Hex 47 DF D4 44 0 5 D B0 46 3A
Octal 107 337 324 104 0 5 15 260 106 72
Binary 1000111 11011111 11010100 1000100 0 101 1101 10110000 1000110 111010

Color Harmonies of #47DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DFD4

Black with #47DFD4

Text Example


Text Example

White with #47DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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